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 | 鋕璽淸 | 111110111101010010001110101000111111101101000011 | fbd48ea3fb43 |
EUC-JP | 鋕璽? | 100011111110010011000000101111001010010100111111 | 8fe4c0bca53f |
UTF-8 | 鋕璽淸 | 111010011000101110010101111001111001001010111101111001101011011110111000 | e98b95e792bde6b7b8 |
UHC | ?璽淸 | 0011111111011111110111101111010011101000 | 3fdfdef4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)