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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 陲也く}B | 1110100010100010100101101110011110000010101011010111110101000010 | e8a296e782ad7d42 |
EUC-JP | 陲也く}B | 1111000010100100110011001110100110100100101011110111110101000010 | f0a4cce9a4af7d42 |
UTF-8 | 陲也く}B | 1110100110011001101100101110010010111001100111111110001110000001100011110111110101000010 | e999b2e4b99fe3818f7d42 |
UHC | ?也く}B | 00111111111001011010010110101010101011110111110101000010 | 3fe5a5aaaf7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)