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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 獻蒟獏狆 | 1110000011011001111001001110010111100000110100011110000010111100 | e0d9e4e5e0d1e0bc |
EUC-JP | 獻蒟獏狆 | 1110000011011011111010001110011111100000110100111110000010111110 | e0dbe8e7e0d3e0be |
UTF-8 | 獻蒟獏狆 | 111001111000110110111011111010001001001010011111111001111000110110001111111001111000101110000110 | e78dbbe8929fe78d8fe78b86 |
UHC | 獻??? | 1111101011001100001111110011111100111111 | facc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)