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 | ワ釵。裔 | 1111000010100111110111001110011111011110101000011110010111100001 | f0a7dce7dea1e5e1 |
EUC-JP | ?ワ釵。裔 | 001111111000111011011100111011101110000010001110101000011110101011100011 | 3f8edceee08ea1eae3 |
UTF-8 | ワ釵。裔 | 111011101000000110100110111011111011111010011100111010011000011110110101111011111011110110100001111010001010001110010100 | ee81a6efbe9ce987b5efbda1e8a394 |
UHC | ??釵?裔 | 00111111001111111111001111111011001111111110011111100000 | 3f3ff3fb3fe7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)