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 | 第??祠 | 100100011110011000111111001111111110001001001011 | 91e63f3fe24b |
EUC-JP | 第?邕祠 | 1100001011101000001111111000111111100001111011011110001110101100 | c2e83f8fe1ede3ac |
UTF-8 | 第렗邕祠 | 111001111010110010101100111010111010000010010111111010011000001010010101111001111010010110100000 | e7acaceba097e98295e7a5a0 |
UHC | 第렗邕祠 | 1111000010101111100011101010110011101000101110111101111011100110 | f0af8eace8bbdee6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)