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 | 畏??臾? | 10001000110110000011111100111111111001000110101100111111 | 88d83f3fe46b3f |
EUC-JP | 畏??臾? | 10110000110110100011111100111111111001111100110000111111 | b0da3f3fe7cc3f |
UTF-8 | 畏브낵臾띹 | 111001111001010110001111111010111011100010001100111010111000001010110101111010001000011110111110111010111001110110111001 | e7958febb88ceb82b5e887beeb9db9 |
UHC | 畏브낵臾띹 | 11101000111001101011101011101010101100111011110011101011101011001000110111101000 | e8e6baeab3bcebac8de8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)