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 | 膝??膝 | 100101010100011100111111001111111001010101000111 | 95473f3f9547 |
EUC-JP | 膝??膝 | 110010011010100000111111001111111100100110101000 | c9a83f3fc9a8 |
UTF-8 | 膝뜗꺎膝 | 111010001000011010011101111010111001110010010111111010101011101010001110111010001000011010011101 | e8869deb9c97eaba8ee8869d |
UHC | 膝뜗꺎膝 | 1110001110100011100011011001101010000011101101001110001110100011 | e3a38d9a83b4e3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)