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 | 闕シ闡ケ | 111010001000110110111100111010001001000110111001 | e88dbce891b9 |
EUC-JP | 闕シ闡ケ | 1110111111101101100011101011110011101111111100011000111010111001 | efed8ebceff18eb9 |
UTF-8 | 闕シ闡ケ | 111010011001011110010101111011111011110110111100111010011001011110100001111011111011110110111001 | e99795efbdbce997a1efbdb9 |
UHC | 闕?闡? | 110011111111010000111111111101001100010100111111 | cff43ff4c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)