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 | 獻獏莟獻獏莟 | 111000001101100111100000110100011110010010101111111000001101100111100000110100011110010010101111 | e0d9e0d1e4afe0d9e0d1e4af |
EUC-JP | 獻獏莟獻獏莟 | 111000001101101111100000110100111110100010110001111000001101101111100000110100111110100010110001 | e0dbe0d3e8b1e0dbe0d3e8b1 |
UTF-8 | 獻獏莟獻獏莟 | 111001111000110110111011111001111000110110001111111010001000111010011111111001111000110110111011111001111000110110001111111010001000111010011111 | e78dbbe78d8fe88e9fe78dbbe78d8fe88e9f |
UHC | 獻??獻?? | 1111101011001100001111110011111111111010110011000011111100111111 | facc3f3ffacc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)