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 | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
SJIS-WIN | 永??域?@h | 100010010110100100111111001111111000100011100110001111110100000001101000 | 89693f3f88e63f4068 |
EUC-JP | 永??域?@h | 101100011100101000111111001111111011000011101000001111110100000001101000 | b1ca3f3fb0e83f4068 |
UTF-8 | 永쏃넀域콯@h | 1110011010110000101110001110110010001111100000111110101110000100100000001110010110011111100111111110110010111101101011110100000001101000 | e6b0b8ec8f83eb8480e59f9fecbdaf4068 |
UHC | 永쏃넀域콯@h | 111001111011010110011011111010011000011010010000111001101011010010110010010000110100000001101000 | e7b59be98690e6b4b2434068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)