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 | ???j | 00111111001111110011111101101010 | 3f3f3f6a |
SJIS-WIN | 蔘¥就j | 11100100111100111000000110001111100011110100000101101010 | e4f3818f8f416a |
EUC-JP | 蔘¥就j | 11101000111101011010000111101111101111011010001001101010 | e8f5a1efbda26a |
UTF-8 | 蔘¥就j | 11101000100101001001100011101111101111111010010111100101101100001011000101101010 | e89498efbfa5e5b0b16a |
UHC | 蔘¥就j | 11011111101110001010000111001101111101101010011001101010 | dfb8a1cdf6a66a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)