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 | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 竪贈続G | 10010010010001111001000110100001100100011011000101000111 | 924791a191b147 |
EUC-JP | 竪贈続G | 11000011101010001100001010100011110000101011001101000111 | c3a8c2a3c2b347 |
UTF-8 | 竪贈続G | 11100111101010111010101011101000101101001000100011100111101101101001101001000111 | e7abaae8b488e7b69a47 |
UHC | 竪贈?G | 111000101011010111110001111111000011111101000111 | e2b5f1fc3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)