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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鼇??濡 | 111010101000011100111111001111111001010001000111 | ea873f3f9447 |
EUC-JP | 鼇??濡 | 111100111110011100111111001111111100011110101000 | f3e73f3fc7a8 |
UTF-8 | 鼇쏅젽濡 | 111010011011110010000111111011001000111110000101111011001010000010111101111001101011111110100001 | e9bc87ec8f85eca0bde6bfa1 |
UHC | 鼇쏅젽濡 | 1110100010101000100110111110101110100000101011111110101110100001 | e8a89beba0afeba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)