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 | 瓦δ? | 1000101010100010100000111100001000111111 | 8aa283c23f |
EUC-JP | 瓦δ? | 1011010010100100101001101100010000111111 | b4a4a6c43f |
UTF-8 | 瓦δ튋 | 1110011110010011101001101100111010110100111011011000101010001011 | e793a6ceb4ed8a8b |
UHC | 瓦δ튋 | 111010001011111110100101111001001011100110011111 | e8bfa5e4b99f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)