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 | 顋取ぁ顋 | 1110100011111001100011101110011010000010100111111110100011111001 | e8f98ee6829fe8f9 |
EUC-JP | 顋取ぁ顋 | 1111000011111011101111001110100010100100101000011111000011111011 | f0fbbce8a4a1f0fb |
UTF-8 | 顋取ぁ顋 | 111010011010000110001011111001011000111110010110111000111000000110000001111010011010000110001011 | e9a18be58f96e38181e9a18b |
UHC | ?取ぁ? | 001111111111011010100010101010101010000100111111 | 3ff6a2aaa13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)