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 | 鞳碁涎裄宇 | 11101000111000111000110011101001100111111011010111100101111000001000100101000110 | e8e38ce99fb5e5e08946 |
EUC-JP | 鞳碁涎裄宇 | 11110000111001011011100011101011110111101011011111101010111000101011000110100111 | f0e5b8ebdeb7eae2b1a7 |
UTF-8 | 鞳碁涎裄宇 | 111010011001111010110011111001111010001010000001111001101011011010001110111010001010001110000100111001011010111010000111 | e99eb3e7a281e6b68ee8a384e5ae87 |
UHC | ?碁涎?宇 | 0011111111010001101100111110011011001110001111111110100111010100 | 3fd1b3e6ce3fe9d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)