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 | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
SJIS-WIN | シナ軸芝シァH | 101111001100010110001110101100101000111011000101101111001010011101001000 | bcc58eb28ec5bca748 |
EUC-JP | シナ軸芝シァH | 10001110101111001000111011000101101111001011010010111100110001111000111010111100100011101010011101001000 | 8ebc8ec5bcb4bcc78ebc8ea748 |
UTF-8 | シナ軸芝シァH | 11101111101111011011110011101111101111101000010111101000101110111011100011101000100010101001110111101111101111011011110011101111101111011010011101001000 | efbdbcefbe85e8bbb8e88a9defbdbcefbda748 |
UHC | ??軸芝??H | 001111110011111111110101111011101111001010111001001111110011111101001000 | 3f3ff5eef2b93f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)