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 | 譫千朽豺 | 1110011010011110100100001110011110001011100000001110011010110111 | e69e90e78b80e6b7 |
EUC-JP | 譫千朽豺 | 1110101111111110110000001110100110110101111000001110110010111001 | ebfec0e9b5e0ecb9 |
UTF-8 | 譫千朽豺 | 111010001010110110101011111001011000110110000011111001101001110010111101111010001011000110111010 | e8adabe58d83e69cbde8b1ba |
UHC | ?千朽豺 | 00111111111101001011011011111101101011101110001111001111 | 3ff4b6fdaee3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)