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 | 淏礼沚 | 111110110100001010010111111001111001111110001101 | fb4297e79f8d |
EUC-JP | 淏礼沚 | 10001111110001111101100111001110111010011101110111101101 | 8fc7d9cee9dded |
UTF-8 | 淏礼沚 | 111001101011011110001111111001111010010010111100111001101011001010011010 | e6b78fe7a4bce6b29a |
UHC | 淏?沚 | 1111101111001000001111111111001010101111 | fbc83ff2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)