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 | 鏑紗? | 1001001101001100100011101101000100111111 | 934c8ed13f |
EUC-JP | 鏑紗? | 1100010110101101101111001101001100111111 | c5adbcd33f |
UTF-8 | 鏑紗렖 | 111010011000111110010001111001111011010010010111111010111010000010010110 | e98f91e7b497eba096 |
UHC | 鏑紗렖 | 111011101110101111011110111010011000111010101011 | eeebdee98eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)