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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驕ッ螢ア蝨ヲ | 111010011000000110101111111001011010001110110001111001011001110010100110 | e981afe5a3b1e59ca6 |
EUC-JP | 驕ッ螢ア蝨ヲ | 111100011110000110001110101011111110101010100101100011101011000111101001111111001000111010100110 | f1e18eafeaa58eb1e9fc8ea6 |
UTF-8 | 驕ッ螢ア蝨ヲ | 111010011010100110010101111011111011110110101111111010001001111010100010111011111011110110110001111010001001110110101000111011111011110110100110 | e9a995efbdafe89ea2efbdb1e89da8efbda6 |
UHC | 驕?螢?蝨? | 110011101111011000111111111110111010101100111111111000111010010000111111 | cef63ffbab3fe3a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)