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 | 鴣鹿澵ホ鮨韜 | 1110100111110011100011101010110111111011010011001100111011101001101111011110100011101001 | e9f38eadfb4ccee9bde8e9 |
EUC-JP | 鴣鹿澵ホ鮨韜 | 11110010111101011011110010101111100011111100100011111000100011101100111011110010101111111111000011101011 | f2f5bcaf8fc8f88ecef2bff0eb |
UTF-8 | 鴣鹿澵ホ鮨韜 | 111010011011010010100011111010011011100110111111111001101011111010110101111011111011111010001110111010011010111010101000111010011001111110011100 | e9b4a3e9b9bfe6beb5efbe8ee9aea8e99f9c |
UHC | ?鹿???韜 | 0011111111010110111000110011111100111111001111111101010010110111 | 3fd6e33f3f3fd4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)