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 | 傲③?鴉 | 10011000111111001000011101000010001111111110100111101011 | 98fc87423fe9eb |
EUC-JP | 傲??鴉 | 110100001111111000111111001111111111001011101101 | d0fe3f3ff2ed |
UTF-8 | 傲③렉鴉 | 111001011000001010110010111000101001000110100010111010111010000010001001111010011011010010001001 | e582b2e291a2eba089e9b489 |
UHC | 傲③렉鴉 | 1110011111101100101010001110100110110111101110101110010010111100 | e7eca8e9b7bae4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)