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 | 歪ゎ?蘂 | 10011000011000111000001011101100001111111110010101000001 | 986382ec3fe541 |
EUC-JP | 歪ゎ?蘂 | 11001111110001001010010011101110001111111110100110100010 | cfc4a4ee3fe9a2 |
UTF-8 | 歪ゎ닞蘂 | 111001101010110110101010111000111000001010001110111010111000101110011110111010001001100010000010 | e6adaae3828eeb8b9ee89882 |
UHC | 歪ゎ닞蘂 | 1110100011100000101010101110111010001000100111101110011111011110 | e8e0aaee889ee7de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)