To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??∨い | 001111110011111110000001110010011000001010100010 | 3f3f81c982a2 |
EUC-JP | ??∨い | 001111110011111110100010110010111010010010100100 | 3f3fa2cba4a4 |
UTF-8 | 룵쨵∨い | 111010111010001110110101111011001010100010110101111000101000100010101000111000111000000110000100 | eba3b5eca8b5e288a8e38184 |
UHC | 룵쨵∨い | 1000111110101010101001001000111110100001111111011010101010100100 | 8faaa48fa1fdaaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)