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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 語??oBF | 10001100111010100011111100111111011011110100001001000110 | 8cea3f3f6f4246 |
EUC-JP | 語??oBF | 10111000111011000011111100111111011011110100001001000110 | b8ec3f3f6f4246 |
UTF-8 | 語먪쐞oBF | 111010001010101010011110111010111010100010101010111011001001000010011110011011110100001001000110 | e8aa9eeba8aaec909e6f4246 |
UHC | 語먪쐞oBF | 111001011101111010010000111001111001110010000100011011110100001001000110 | e5de90e79c846f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)