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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 將??將??B | 100110111001001000111111001111111001101110010010001111110011111101000010 | 9b923f3f9b923f3f42 |
EUC-JP | 將??將??B | 110101011111001000111111001111111101010111110010001111110011111101000010 | d5f23f3fd5f23f3f42 |
UTF-8 | 將썽눀將썽눀B | 11100101101100001000011111101100100011011011110111101011100010001000000011100101101100001000011111101100100011011011110111101011100010001000000001000010 | e5b087ec8dbdeb8880e5b087ec8dbdeb888042 |
UHC | 將썽눀將썽눀B | 11101101111000101011110111101001100001111010000111101101111000101011110111101001100001111010000101000010 | ede2bde987a1ede2bde987a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)