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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 執辞雫 | 100011101011011110001110101010111000111010110100 | 8eb78eab8eb4 |
EUC-JP | 執辞雫 | 101111001011100110111100101011011011110010110110 | bcb9bcadbcb6 |
UTF-8 | 執辞雫 | 111001011001111110110111111010001011111010011110111010011001101110101011 | e59fb7e8be9ee99bab |
UHC | 執?? | 11110010111110110011111100111111 | f2fb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)