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 | 嵬??歪ゅ? | 100110111100101000111111001111111001100001100011100000101110001100111111 | 9bca3f3f986382e33f |
EUC-JP | 嵬??歪ゅ? | 110101101100110000111111001111111100111111000100101001001110010100111111 | d6cc3f3fcfc4a4e53f |
UTF-8 | 嵬뚦폀歪ゅ쳣 | 111001011011010110101100111010111001101010100110111011011000111110000000111001101010110110101010111000111000001010000101111011001011001110100011 | e5b5aceb9aa6ed8f80e6adaae38285ecb3a3 |
UHC | 嵬뚦폀歪ゅ쳣 | 111010001110001110001100111001011011110010001111111010001110000010101010111001011010101110001001 | e8e38ce5bc8fe8e0aae5ab89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)