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 | 첫짖횑챔횏챨 | 111011001011001010101011111011001010011110010110111011011001101010010001111011001011000110010100111011011001101010001111111011001011000110101000 | ecb2abeca796ed9a91ecb194ed9a8fecb1a8 |
UHC | 첫짖횑챔횏챨 | 110000111011100111000010101000101100001110001100110000111010100011000011100010111100001110110000 | c3b9c2a2c38cc3a8c38bc3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)