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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隕ヲ蜆夲シ | 1110100010100110101001101110010110000100100110101110111110111100 | e8a6a6e5849aefbc |
EUC-JP | 隕ヲ蜆夲シ | 11110000101010001000111010100110111010011110010011010100111100011000111010111100 | f0a88ea6e9e4d4f18ebc |
UTF-8 | 隕ヲ蜆夲シ | 111010011001101010010101111011111011110110100110111010001001110010000110111001011010010010110010111011111011110110111100 | e99a95efbda6e89c86e5a4b2efbdbc |
UHC | 隕???? | 111010101010001000111111001111110011111100111111 | eaa23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)