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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 獻蒟獸 | 111000001101100111100100111001011110000011010111 | e0d9e4e5e0d7 |
EUC-JP | 獻蒟獸 | 111000001101101111101000111001111110000011011001 | e0dbe8e7e0d9 |
UTF-8 | 獻蒟獸 | 111001111000110110111011111010001001001010011111111001111000110110111000 | e78dbbe8929fe78db8 |
UHC | 獻?獸 | 1111101011001100001111111110001010101110 | facc3fe2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)