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 | èµ±hèµ± | 11101000101101011011000101101000111010001011010110110001 | e8b5b168e8b5b1 |
SJIS-WIN | ??±h??± | 001111110011111110000001011111010110100000111111001111111000000101111101 | 3f3f817d683f3f817d |
EUC-JP | è?±hè?± | 10001111101010111011001000111111101000011101111001101000100011111010101110110010001111111010000111011110 | 8fabb23fa1de688fabb23fa1de |
UTF-8 | èµ±hèµ± | 11000011101010001100001010110101110000101011000101101000110000111010100011000010101101011100001010110001 | c3a8c2b5c2b168c3a8c2b5c2b1 |
UHC | ??±h??± | 001111110011111110100001101111100110100000111111001111111010000110111110 | 3f3fa1be683f3fa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)