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 | ?ユ?傭 | 001111111000001110000110001111111001011101100010 | 3f83863f9762 |
EUC-JP | 邕ユ?傭 | 1000111111100001111011011010010111100110001111111100110111000011 | 8fe1eda5e63fcdc3 |
UTF-8 | 邕ユ릊傭 | 111010011000001010010101111000111000001110100110111010111010011010001010111001011000001010101101 | e98295e383a6eba68ae582ad |
UHC | 邕ユ릊傭 | 1110100010111011101010111110011010111000101010111110100110110110 | e8bbabe6b8abe9b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)