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 | 鮨沽柆 | 111010011011110110011111100110001001111001110101 | e9bd9f989e75 |
EUC-JP | 鮨沽柆 | 111100101011111111011101111110001101101111010110 | f2bfddf8dbd6 |
UTF-8 | 鮨沽柆 | 111010011010111010101000111001101011001010111101111001101001111110000110 | e9aea8e6b2bde69f86 |
UHC | ?沽? | 00111111110011011011111100111111 | 3fcdbf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)