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 | 鄧暦スェ | 111110111011100110010111111011111011110110101010 | fbb997efbdaa |
EUC-JP | 鄧暦スェ | 100011111110001011000111110011101111000110001110101111011000111010101010 | 8fe2c7cef18ebd8eaa |
UTF-8 | 鄧暦スェ | 111010011000010010100111111001101001101010100110111011111011110110111101111011111011110110101010 | e984a7e69aa6efbdbdefbdaa |
UHC | 鄧??? | 1101010011111000001111110011111100111111 | d4f83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)