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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 창횒쨔횓횑 | 111011001011000010111101111011011001101010010010111011001010100010010100111011011001101010010011111011011001101010010001 | ecb0bded9a92eca894ed9a93ed9a91 |
UHC | 창횒쨔횓횑 | 11000011101000101100001110001101110000101011100111000011100011101100001110001100 | c3a2c38dc2b9c38ec38c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)