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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鉎ホ寬」イ昞 | 111110111100011111001110111110101010101010100011101100101111101011010011 | fbc7cefaaaa3b2fad3 |
EUC-JP | 鉎ホ?」イ昞 | 10001111111000111101111110001110110011100011111110001110101000111000111010110010100011111100001010100001 | 8fe3df8ece3f8ea38eb28fc2a1 |
UTF-8 | 鉎ホ寬」イ昞 | 111010011000100110001110111011111011111010001110111001011010111110101100111011111011110110100011111011111011110110110010111001101001100010011110 | e9898eefbe8ee5afacefbda3efbdb2e6989e |
UHC | ??寬??昞 | 0011111100111111110011101011000000111111001111111101110010110101 | 3f3fceb03f3fdcb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)