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 | 嵬??歪ゅ | 1001101111001010001111110011111110011000011000111000001011100011 | 9bca3f3f986382e3 |
EUC-JP | 嵬??歪ゅ | 1101011011001100001111110011111111001111110001001010010011100101 | d6cc3f3fcfc4a4e5 |
UTF-8 | 嵬뚦폀歪ゅ | 111001011011010110101100111010111001101010100110111011011000111110000000111001101010110110101010111000111000001010000101 | e5b5aceb9aa6ed8f80e6adaae38285 |
UHC | 嵬뚦폀歪ゅ | 11101000111000111000110011100101101111001000111111101000111000001010101011100101 | e8e38ce5bc8fe8e0aae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)