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 | 隘シィシ | 1110100010100101101111001010100010111100 | e8a5bca8bc |
EUC-JP | 隘シィシ | 1111000010100111100011101011110010001110101010001000111010111100 | f0a78ebc8ea88ebc |
UTF-8 | 隘シィシ | 111010011001101010011000111011111011110110111100111011111011110110101000111011111011110110111100 | e99a98efbdbcefbda8efbdbc |
UHC | 隘??? | 1110010011110110001111110011111100111111 | e4f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)