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 | 筌れ? | 1110001010100011100000101110101000111111 | e2a382ea3f |
EUC-JP | 筌れ? | 1110010010100101101001001110110000111111 | e4a5a4ec3f |
UTF-8 | 筌れ꽫 | 111001111010110110001100111000111000001010001100111010101011110110101011 | e7ad8ce3828ceabdab |
UHC | 筌れ꽫 | 111011111010011110101010111011001000010010110110 | efa7aaec84b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)