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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | ???嵩h | 001111110011111100111111100100001001001101101000 | 3f3f3f909368 |
EUC-JP | ???嵩h | 001111110011111100111111101111111111001101101000 | 3f3f3fbff368 |
UTF-8 | 렠롆렣嵩h | 11101011101000001010000011101011101000011000011011101011101000001010001111100101101101011010100101101000 | eba0a0eba186eba0a3e5b5a968 |
UHC | 렠롆렣嵩h | 100011101011000110001110110011001000111010110100111000111010000101101000 | 8eb18ecc8eb4e3a168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)