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 | □??? | 1000000110100000001111110011111100111111 | 81a03f3f3f |
EUC-JP | □?薏? | 10100010101000100011111110001111110110011101111000111111 | a2a23f8fd9de3f |
UTF-8 | □룫薏룶 | 111000101001011010100001111010111010001110101011111010001001011010001111111010111010001110110110 | e296a1eba3abe8968feba3b6 |
UHC | □룫薏룶 | 1010000111100000100011111010001011101011111110111000111110101011 | a1e08fa2ebfb8fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)