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 | 髫阪h隱 | 1110100110011010100011011110001110000010100010001110100010101010 | e99a8de38288e8aa |
EUC-JP | 髫阪h隱 | 1111000111111010101110101110010110100011111010001111000010101100 | f1fabae5a3e8f0ac |
UTF-8 | 髫阪h隱 | 111010011010101110101011111010011001100010101010111011111011110110001000111010011001101010110001 | e9ababe998aaefbd88e99ab1 |
UHC | ?阪h隱 | 00111111111110001010000110100011111010001110101111011111 | 3ff8a1a3e8ebdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)