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 | ?審?□ | 001111111001000001010010001111111000000110100000 | 3f90523f81a0 |
EUC-JP | ?審?□ | 001111111011111110110011001111111010001010100010 | 3fbfb33fa2a2 |
UTF-8 | 룵審∼□ | 111010111010001110110101111001011010111110101001111000101000100010111100111000101001011010100001 | eba3b5e5afa9e288bce296a1 |
UHC | 룵審∼□ | 1000111110101010111000111111101110100001101011011010000111100000 | 8faae3fba1ada1e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)