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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 讌。縲南樺^ | 11100110101001011010000111100011100000001001001111101100100010101001001001011110 | e6a5a1e38093ec8a925e |
EUC-JP | 讌。縲南樺^ | 1110110010100111100011101010000111100101111000001100011011101110101100111111001001011110 | eca78ea1e5e0c6eeb3f25e |
UTF-8 | 讌。縲南樺^ | 11101000101011101000110011101111101111011010000111100111101110001011001011100101100011011001011111100110101010001011101001011110 | e8ae8cefbda1e7b8b2e58d97e6a8ba5e |
UHC | ???南樺^ | 0011111100111111001111111101000111110101111110111111110001011110 | 3f3f3fd1f5fbfc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)