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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?槊鮮 | 0011111110011110110011001001000101001110 | 3f9ecc914e |
EUC-JP | 馦槊鮮 | 10001111111010001111101011011100110011101100000110101111 | 8fe8fadccec1af |
UTF-8 | 馦槊鮮 | 111010011010011010100110111001101010011110001010111010011010111010101110 | e9a6a6e6a78ae9aeae |
UHC | ??鮮 | 00111111001111111110000011011000 | 3f3fe0d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)