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 | 硝ォ菽 | 1000111111001001101010111110010011000001 | 8fc9abe4c1 |
EUC-JP | 硝ォ菽 | 101111101100101110001110101010111110100011000011 | becb8eabe8c3 |
UTF-8 | 硝ォ菽 | 111001111010000110011101111011111011110110101011111010001000111110111101 | e7a19defbdabe88fbd |
UHC | 硝?菽 | 1111010110100110001111111110001011011101 | f5a63fe2dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)