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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 湜汐澵ホ鮗ャ | 11111011010001111000111010101100111110110100110011001110111010011011101010101100 | fb478eacfb4ccee9baac |
EUC-JP | 湜汐澵ホ鮗ャ | 1000111111000111111111001011110010101110100011111100100011111000100011101100111011110010101111001000111010101100 | 8fc7fcbcae8fc8f88ecef2bc8eac |
UTF-8 | 湜汐澵ホ鮗ャ | 111001101011100110011100111001101011000110010000111001101011111010110101111011111011111010001110111010011010111010010111111011111011110110101100 | e6b99ce6b190e6beb5efbe8ee9ae97efbdac |
UHC | 湜汐???? | 1110001111010111111000001011000100111111001111110011111100111111 | e3d7e0b13f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)