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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譯守無 | 111001101010000110001110111001111001011010110011 | e6a18ee796b3 |
EUC-JP | 譯守無 | 111011001010001110111100111010011100110010110101 | eca3bce9ccb5 |
UTF-8 | 譯守無 | 111010001010110110101111111001011010111010001000111001111000010010100001 | e8adafe5ae88e784a1 |
UHC | 譯守無 | 111001101011101111100001111110101101100111101101 | e6bbe1fad9ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)