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 | ??頃??頃 | 0011111100111111100011011010000000111111001111111000110110100000 | 3f3f8da03f3f8da0 |
EUC-JP | ??頃??頃 | 0011111100111111101110101010001000111111001111111011101010100010 | 3f3fbaa23f3fbaa2 |
UTF-8 | 닳닳頃졈궷頃 | 111010111000101110110011111010111000101110110011111010011010000010000011111011001010000110001000111010101011011010110111111010011010000010000011 | eb8bb3eb8bb3e9a083eca188eab6b7e9a083 |
UHC | 닳닳頃졈궷頃 | 101101001110001010110100111000101100110011110001110000011011000110110001110011001100110011110001 | b4e2b4e2ccf1c1b1b1ccccf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)