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 | 茫区音郤 | 1110010010101001100010111110011010001001101110011110011110111010 | e4a98be689b9e7ba |
EUC-JP | 茫区音郤 | 1110100010101011101101101110100010110010101110111110111010111100 | e8abb6e8b2bbeebc |
UTF-8 | 茫区音郤 | 111010001000110010101011111001011000110010111010111010011001111110110011111010011000001110100100 | e88cabe58cbae99fb3e983a4 |
UHC | 茫?音? | 110110001101010000111111111010111110010100111111 | d8d43febe53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)