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 | 誾ョ驪 | 1111101110100111101011101110100110001011 | fba7aee98b |
EUC-JP | 誾ョ驪 | 10001111110111101010010010001110101011101111000111101011 | 8fdea48eaef1eb |
UTF-8 | 誾ョ驪 | 111010001010101010111110111011111011110110101110111010011010100110101010 | e8aabeefbdaee9a9aa |
UHC | 誾?驪 | 1110101111011101001111111101010111110001 | ebdd3fd5f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)