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 | 程????? | 10010010111101100011111100111111001111110011111100111111 | 92f63f3f3f3f3f |
EUC-JP | 程?栯??? | 110001001111100000111111100011111100001111010010001111110011111100111111 | c4f83f8fc3d23f3f3f |
UTF-8 | 程렣栯렟亐㎨ | 111001111010100010001011111010111010000010100011111001101010000010101111111010111010000010011111111001001011101010010000111000111000111010101000 | e7a88beba0a3e6a0afeba09fe4ba90e38ea8 |
UHC | 程렣栯렟亐㎨ | 111011111110111110001110101101001110100111110001100011101011000011101010101001111010011110111110 | efef8eb4e9f18eb0eaa7a7be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)