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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 瀅ショ濵宍^ | 1111101101001110101111001111000010100100101011101111101101001101100011101011001101011110 | fb4ebcf0a4aefb4d8eb35e |
EUC-JP | 瀅シ?ョ濵宍^ | 1000111111001001101010111000111010111100001111111000111010101110100011111100100110100110101111001011010101011110 | 8fc9ab8ebc3f8eae8fc9a6bcb55e |
UTF-8 | 瀅ショ濵宍^ | 11100111100000001000010111101111101111011011110011101110100000011010001111101111101111011010111011100110101111111011010111100101101011101000110101011110 | e78085efbdbcee81a3efbdaee6bfb5e5ae8d5e |
UHC | 瀅?????^ | 1111101110100100001111110011111100111111001111110011111101011110 | fba43f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)