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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 麗本癰h | 10010111111011011001011001111011111000011001111001101000 | 97ed967be19e68 |
EUC-JP | 麗本癰h | 11001110111011111100101111011100111000011111111001101000 | ceefcbdce1fe68 |
UTF-8 | 麗本癰h | 11101001101110101001011111100110100111001010110011100111100110011011000001101000 | e9ba97e69cace799b068 |
UHC | 麗本癰h | 11010101111100101101110011100010111010001011100101101000 | d5f2dce2e8b968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)