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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 掌??E | 1000111110110110001111110011111101000101 | 8fb63f3f45 |
EUC-JP | 掌??E | 1011111010111000001111110011111101000101 | beb83f3f45 |
UTF-8 | 掌싵뒯E | 11100110100011101000110011101100100010111011010111101011100100101010111101000101 | e68e8cec8bb5eb92af45 |
UHC | 掌싵뒯E | 11101101111001101001101011101110100010101010100001000101 | ede69aee8aa845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)