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 | 曄??踰 | 100111100100000000111111001111111110011011111010 | 9e403f3fe6fa |
EUC-JP | 曄??踰 | 110110111010000100111111001111111110110011111100 | dba13f3fecfc |
UTF-8 | 曄됯퀋踰 | 111001101001101110000100111010111001000010101111111011011000000010001011111010001011100010110000 | e69b84eb90afed808be8b8b0 |
UHC | 曄됯퀋踰 | 1110011110100101100010011110101010110011100000011110101110110010 | e7a589eab381ebb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)