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 | 程矜??議? | 100100101111011011100001111000000011111100111111100010110110001100111111 | 92f6e1e03f3f8b633f |
EUC-JP | 程矜??議? | 110001001111100011100010111000100011111100111111101101011100010000111111 | c4f8e2e23f3fb5c43f |
UTF-8 | 程矜렫렲議렣 | 111001111010100010001011111001111001111110011100111010111010000010101011111010111010000010110010111010001010110110110000111010111010000010100011 | e7a88be79f9ceba0abeba0b2e8adb0eba0a3 |
UHC | 程矜렫렲議렣 | 111011111110111111010000111010001000111010111001100011101011111111101100101000011000111010110100 | efefd0e88eb98ebfeca18eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)