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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 懈?┗?? | 10011100111001100011111110000100101011110011111100111111 | 9ce63f84af3f3f |
EUC-JP | 懈?┗?? | 11011000111010000011111110101000101100010011111100111111 | d8e83fa8b13f3f |
UTF-8 | 懈꿨┗뤋퀚 | 111001101000011110001000111010101011111110101000111000101001010010010111111010111010010010001011111011011000000010011010 | e68788eabfa8e29497eba48bed809a |
UHC | 懈꿨┗뤋퀚 | 11111010101010111011001011100101101001101011000110001111101110111011001110001110 | faabb2e5a6b18fbbb38e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)