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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霆ォ辜矩a | 111010001011101110101011111001111000001110001011111010011000001010000001 | e8bbabe7838be98281 |
EUC-JP | 霆ォ辜矩a | 11110000101111011000111010101011111011011110001110110110111010111010001111100001 | f0bd8eabede3b6eba3e1 |
UTF-8 | 霆ォ辜矩a | 111010011001110010000110111011111011110110101011111010001011111010011100111001111001111110101001111011111011110110000001 | e99c86efbdabe8be9ce79fa9efbd81 |
UHC | 霆?辜矩a | 111011111111110100111111110011011101000011001111101110111010001111100001 | effd3fcdd0cfbba3e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)