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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?沁??ぉ | 00111111100111111000111000111111001111111000001010100111 | 3f9f8e3f3f82a7 |
EUC-JP | ?沁??ぉ | 00111111110111011110111000111111001111111010010010101001 | 3fddee3f3fa4a9 |
UTF-8 | 룶沁룫휁ぉ | 111010111010001110110110111001101011001010000001111010111010001110101011111011011001110010000001111000111000000110001001 | eba3b6e6b281eba3abed9c81e38189 |
UHC | 룶沁룫휁ぉ | 10001111101010111110001111111110100011111010001011000100100011111010101010101001 | 8fabe3fe8fa2c48faaa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)