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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 押???ユ? | 1000100110011111001111110011111100111111100000111000011000111111 | 899f3f3f3f83863f |
EUC-JP | 押???ユ? | 1011001010100001001111110011111100111111101001011110011000111111 | b2a13f3f3fa5e63f |
UTF-8 | 押녿젇驪ユ빓 | 111001101000101010111100111010111000010110111111111011001010000010000111111011111010011010000111111000111000001110100110111010111011100110010011 | e68abceb85bfeca087efa687e383a6ebb993 |
UHC | 押녿젇驪ユ빓 | 111001001110001110000110111010111010000010001010111001101010111110101011111001101001010110110111 | e4e386eba08ae6afabe695b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)