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 | ?????CH | 00111111001111110011111100111111001111110100001101001000 | 3f3f3f3f3f4348 |
SJIS-WIN | ?????CH | 00111111001111110011111100111111001111110100001101001000 | 3f3f3f3f3f4348 |
EUC-JP | ?????CH | 00111111001111110011111100111111001111110100001101001000 | 3f3f3f3f3f4348 |
UTF-8 | 찼횧챨챕체CH | 1110110010110000101111001110110110011010101001111110110010110001101010001110110010110001100101011110110010110010101101000100001101001000 | ecb0bced9aa7ecb1a8ecb195ecb2b44348 |
UHC | 찼횧챨챕체CH | 110000111010000111000011100111101100001110110000110000111010100111000011101111000100001101001000 | c3a1c39ec3b0c3a9c3bc4348 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)