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 | 驍簿擲騾 | 1110100110000010100101011110101110011101101100011110100110000000 | e98295eb9db1e980 |
EUC-JP | 驍簿擲騾 | 1111000111100010110010101110110111011010101100111111000111100000 | f1e2caeddab3f1e0 |
UTF-8 | 驍簿擲騾 | 111010011010100110001101111001111011000010111111111001101001001110110010111010011010100010111110 | e9a98de7b0bfe693b2e9a8be |
UHC | 驍簿擲? | 11111101101001001101110110101101111101001010110100111111 | fda4ddadf4ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)