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 | 챘챨횊챕횆쨈 | 111011001011000110011000111011001011000110101000111011011001101010001010111011001011000110010101111011011001101010000110111011001010100010001000 | ecb198ecb1a8ed9a8aecb195ed9a86eca888 |
UHC | 챘챨횊챕횆쨈 | 110000111010101111000011101100001100001110001000110000111010100111000011100001001100001010110100 | c3abc3b0c388c3a9c384c2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)