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 | 霽?醫 | 1110100011000111001111111110011111001110 | e8c73fe7ce |
EUC-JP | 霽?醫 | 1111000011001001001111111110111011010000 | f0c93feed0 |
UTF-8 | 霽렭醫 | 111010011001110010111101111010111010000010101101111010011000011010101011 | e99cbdeba0ade986ab |
UHC | 霽렭醫 | 111100001011100010001110101110101110110010100010 | f0b88ebaeca2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)