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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鮨守阜 | 111010011011110110001110111001111001010110001100 | e9bd8ee7958c |
EUC-JP | 鮨守阜 | 111100101011111110111100111010011100100111101100 | f2bfbce9c9ec |
UTF-8 | 鮨守阜 | 111010011010111010101000111001011010111010001000111010011001100010011100 | e9aea8e5ae88e9989c |
UHC | ?守阜 | 0011111111100001111110101101110110111101 | 3fe1faddbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)