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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 찾횤챔첩챕혢 | 111011001011000010111110111011011001101010100100111011001011000110010100111011001011001010101001111011001011000110010101111011011001100010100010 | ecb0beed9aa4ecb194ecb2a9ecb195ed98a2 |
UHC | 찾횤챔첩챕혢 | 110000111010001111000011100110111100001110101000110000111011100011000011101010011100001010001011 | c3a3c39bc3a8c3b8c3a9c28b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)