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 | 隴溽聞遏ッ | 111010001010110110011111111001111001010110110111111001111001111110101111 | e8ad9fe795b7e79faf |
EUC-JP | 隴溽聞遏ッ | 11110000101011111101111011101001110010101011100111101110101000011000111010101111 | f0afdee9cab9eea18eaf |
UTF-8 | 隴溽聞遏ッ | 111010011001101010110100111001101011101010111101111010001000000110011110111010011000000110001111111011111011110110101111 | e99ab4e6babde8819ee9818fefbdaf |
UHC | ??聞?? | 001111110011111111011010101001000011111100111111 | 3f3fdaa43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)