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 | 毬哺眄怐 | 1001111101111011100110100100110111100001101111101001110010000001 | 9f7b9a4de1be9c81 |
EUC-JP | 毬哺眄怐 | 1101110111011100110100111010111011100010110000001101011111100001 | dddcd3aee2c0d7e1 |
UTF-8 | 毬哺眄怐 | 111001101010111110101100111001011001001110111010111001111001110010000100111001101000000010010000 | e6aface593bae79c84e68090 |
UHC | 毬哺眄? | 11001111101100111111100011010100110110001111100000111111 | cfb3f8d4d8f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)