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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??拗???? | 0011111100111111100111010101100000111111001111110011111100111111 | 3f3f9d583f3f3f3f |
EUC-JP | ??拗???? | 0011111100111111110110011011100100111111001111110011111100111111 | 3f3fd9b93f3f3f3f |
UTF-8 | 셈섞拗렯렗렯렦 | 111011001000010110001000111011001000010010011110111001101000101110010111111010111010000010101111111010111010000010010111111010111010000010101111111010111010000010100110 | ec8588ec849ee68b97eba0afeba097eba0afeba0a6 |
UHC | 셈섞拗렯렗렯렦 | 1011110011000000101111001010111111101000111100111000111010111100100011101010110010001110101111001000111010110101 | bcc0bcafe8f38ebc8eac8ebc8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)