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 | 嘆単村束丹 | 10010010010100011001001001010000100100011011101010010001101010011001001001001111 | 9251925091ba91a9924f |
EUC-JP | 嘆単村束丹 | 11000011101100101100001110110001110000101011110011000010101010111100001110110000 | c3b2c3b1c2bcc2abc3b0 |
UTF-8 | 嘆単村束丹 | 111001011001100010000110111001011000110110011000111001101001110110010001111001101001110110011111111001001011100010111001 | e59886e58d98e69d91e69d9fe4b8b9 |
UHC | 嘆?村束丹 | 111101111010001100111111111101011011110111100001110101101101001110100001 | f7a33ff5bde1d6d3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)