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 | 闡ケ闢夊 | 11101000100100011011100111101000100100111001101011101000 | e891b9e8939ae8 |
EUC-JP | 闡ケ闢夊 | 1110111111110001100011101011100111101111111100111101010011101010 | eff18eb9eff3d4ea |
UTF-8 | 闡ケ闢夊 | 111010011001011110100001111011111011110110111001111010011001011110100010111001011010010010001010 | e997a1efbdb9e997a2e5a48a |
UHC | 闡?闢? | 111101001100010100111111110111001010001100111111 | f4c53fdca33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)