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 | 鈊リ隆 | 1111101111000011110110001111101111101001 | fbc3d8fbe9 |
EUC-JP | 鈊リ? | 100011111110001110111111100011101101100000111111 | 8fe3bf8ed83f |
UTF-8 | 鈊リ隆 | 111010011000100010001010111011111011111010011000111011111010011110011100 | e9888aefbe98efa79c |
UHC | ??隆 | 00111111001111111110101111011000 | 3f3febd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)