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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 閼郁椽 | 111010001000010010001000111010001001111010111011 | e88488e89ebb |
EUC-JP | 閼郁椽 | 111011111110010010110000111010101101110010111101 | efe4b0eadcbd |
UTF-8 | 閼郁椽 | 111010011001011010111100111010011000001110000001111001101010010010111101 | e996bce98381e6a4bd |
UHC | 閼郁椽 | 111001001101100111101001111101001110011011001011 | e4d9e9f4e6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)