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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | ?≫?觀G | 00111111100000011110001000111111111001100101011001000111 | 3f81e23fe65647 |
EUC-JP | 璵≫?觀G | 100011111100110011100110101000101110010000111111111010111011011101000111 | 8fcce6a2e43febb747 |
UTF-8 | 璵≫쓷觀G | 11100111100100101011010111100010100010011010101111101100100100111011011111101000101001111000000001000111 | e792b5e289abec93b7e8a78047 |
UHC | 璵≫쓷觀G | 111001101010010110100001111011011001110110010100110011101011101001000111 | e6a5a1ed9d94ceba47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)