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 | 奬??蹄 | 100110101111101100111111001111111001001011111011 | 9afb3f3f92fb |
EUC-JP | 奬??蹄 | 110101001111110100111111001111111100010011111101 | d4fd3f3fc4fd |
UTF-8 | 奬면車蹄 | 111001011010010110101100111010111010100110110100111011111010010010000010111010001011100110000100 | e5a5aceba9b4efa482e8b984 |
UHC | 奬면車蹄 | 1110110111100001101110001110100111001011111001111111000010110100 | ede1b8e9cbe7f0b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)