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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 熱??h熱 | 10010100010011010011111100111111011010001001010001001101 | 944d3f3f68944d |
EUC-JP | 熱??h熱 | 11000111101011100011111100111111011010001100011110101110 | c7ae3f3f68c7ae |
UTF-8 | 熱㎫뎳h熱 | 11100111100001101011000111100011100011101010101111101011100011101011001101101000111001111000011010110001 | e786b1e38eabeb8eb368e786b1 |
UHC | 熱㎫뎳h熱 | 111001101111000010100111111001111000100110000110011010001110011011110000 | e6f0a7e7898668e6f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)