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 | ??板? | 0011111100111111100101001100001000111111 | 3f3f94c23f |
EUC-JP | 泂?板? | 10001111110001101111011000111111110010001100010000111111 | 8fc6f63fc8c43f |
UTF-8 | 泂랑板뤋 | 111001101011001110000010111010111001111010010001111001101001110110111111111010111010010010001011 | e6b382eb9e91e69dbfeba48b |
UHC | 泂랑板뤋 | 1111101110100010101101101111101111110111111110011000111110111011 | fba2b6fbf7f98fbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)