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 | 彫??祠 | 100100101010010000111111001111111110001001001011 | 92a43f3fe24b |
EUC-JP | 彫?邕祠 | 1100010010100110001111111000111111100001111011011110001110101100 | c4a63f8fe1ede3ac |
UTF-8 | 彫렏邕祠 | 111001011011110110101011111010111010000010001111111010011000001010010101111001111010010110100000 | e5bdabeba08fe98295e7a5a0 |
UHC | 彫렏邕祠 | 1111000011000001100011101010010111101000101110111101111011100110 | f0c18ea5e8bbdee6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)