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 | ?ユ?悠 | 001111111000001110000110001111111001011101001001 | 3f83863f9749 |
EUC-JP | ?ユ?悠 | 001111111010010111100110001111111100110110101010 | 3fa5e63fcdaa |
UTF-8 | 留ユ떗悠 | 111011111010011110001101111000111000001110100110111010111001011010010111111001101000001010100000 | efa78de383a6eb9697e682a0 |
UHC | 留ユ떗悠 | 1110101110100111101010111110011010001011101011011110101011101101 | eba7abe68badeaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)