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 | ???壤?? | 00111111001111110011111110011010110111110011111100111111 | 3f3f3f9adf3f3f |
EUC-JP | 蔣??壤?? | 100011111101100110110110001111110011111111010100111000010011111100111111 | 8fd9b63f3fd4e13f3f |
UTF-8 | 蔣쏃쎁壤㎪뮈 | 111010001001010010100011111011001000111110000011111011001000111010000001111001011010001110100100111000111000111010101010111010111010111010001000 | e894a3ec8f83ec8e81e5a3a4e38eaaebae88 |
UHC | 蔣쏃쎁壤㎪뮈 | 111011011111100010011011111010011001101110101011111001011011110110100111111001101011100110111111 | edf89be99babe5bda7e6b9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)