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 | 艱滑触矜 | 1110010010000101100010101000101010010000010001111110000111100000 | e4858a8a9047e1e0 |
EUC-JP | 艱滑触矜 | 1110011111100101101100111110101010111111101010001110001011100010 | e7e5b3eabfa8e2e2 |
UTF-8 | 艱滑触矜 | 111010001000100110110001111001101011101110010001111010001010011110100110111001111001111110011100 | e889b1e6bb91e8a7a6e79f9c |
UHC | 艱滑?矜 | 11001010110111101111110011000001001111111101000011101000 | cadefcc13fd0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)