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 | 鼇???? | 111010101000011100111111001111110011111100111111 | ea873f3f3f3f |
EUC-JP | 鼇??縕? | 1111001111100111001111110011111110001111110101001100001000111111 | f3e73f3f8fd4c23f |
UTF-8 | 鼇믣걙縕띷 | 111010011011110010000111111010111010111110100011111010101011000110011001111001111011100010010101111010111001110110110111 | e9bc87ebafa3eab199e7b895eb9db7 |
UHC | 鼇믣걙縕띷 | 11101000101010001001001011100101100000011000001111101000101100101000110111100110 | e8a892e58183e8b28de6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)