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 | ?E?????? | 0011111101000101001111110011111100111111001111110011111100111111 | 3f453f3f3f3f3f3f |
SJIS-WIN | ?E?????? | 0011111101000101001111110011111100111111001111110011111100111111 | 3f453f3f3f3f3f3f |
EUC-JP | ?E?????? | 0011111101000101001111110011111100111111001111110011111100111111 | 3f453f3f3f3f3f3f |
UTF-8 | 청E혷챈짼쨩챈챨 | 11101100101100101010110101000101111011011001100010110111111011001011000110001000111011001010011110111100111011001010100010101001111011001011000110001000111011001011000110101000 | ecb2ad45ed98b7ecb188eca7bceca8a9ecb188ecb1a8 |
UHC | 청E혷챈짼쨩챈챨 | 110000111011101101000101110000101001111011000011101001101100001010110010110000101011101111000011101001101100001110110000 | c3bb45c29ec3a6c2b2c2bbc3a6c3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)