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 | 瓮ラ?蘂 | 11100001010001001000001110001001001111111110010101000001 | e14483893fe541 |
EUC-JP | 瓮ラ?蘂 | 11100001101001011010010111101001001111111110100110100010 | e1a5a5e93fe9a2 |
UTF-8 | 瓮ラ긽蘂 | 111001111001001110101110111000111000001110101001111010101011100010111101111010001001100010000010 | e793aee383a9eab8bde89882 |
UHC | 瓮ラ긽蘂 | 1110100010110111101010111110100110000011100000011110011111011110 | e8b7abe98381e7de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)