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 | ???K? | 0011111100111111001111110100101100111111 | 3f3f3f4b3f |
SJIS-WIN | 瓮??K? | 111000010100010000111111001111110100101100111111 | e1443f3f4b3f |
EUC-JP | 瓮??K? | 111000011010010100111111001111110100101100111111 | e1a53f3f4b3f |
UTF-8 | 瓮뚳슈K了 | 11100111100100111010111011101011100110101011001111101100100010101000100001001011111011111010011010111010 | e793aeeb9ab3ec8a884befa6ba |
UHC | 瓮뚳슈K了 | 111010001011011110001100111011111011110110110100010010111110100011100111 | e8b78cefbdb44be8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)