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 | 閼育寫 | 111010001000010010001000111001111001101110001101 | e88488e79b8d |
EUC-JP | 閼育寫 | 111011111110010010110000111010011101010111101101 | efe4b0e9d5ed |
UTF-8 | 閼育寫 | 111010011001011010111100111010001000001010110010111001011010111110101011 | e996bce882b2e5afab |
UHC | 閼育寫 | 111001001101100111101011110000001101111011010000 | e4d9ebc0ded0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)