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 | 毬韈眄髴 | 1001111101111011111010001110011111100001101111101110100110011100 | 9f7be8e7e1bee99c |
EUC-JP | 毬韈眄髴 | 1101110111011100111100001110100111100010110000001111000111111100 | dddcf0e9e2c0f1fc |
UTF-8 | 毬韈眄髴 | 111001101010111110101100111010011001111110001000111001111001110010000100111010011010101110110100 | e6aface99f88e79c84e9abb4 |
UHC | 毬?眄? | 110011111011001100111111110110001111100000111111 | cfb33fd8f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)