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 | 昕鍄リ | 1111101011001111111001111111101111011000 | facfe7fbd8 |
EUC-JP | 昕鍄リ | 10001111110000011111110011101110111111011000111011011000 | 8fc1fceefd8ed8 |
UTF-8 | 昕鍄リ | 111001101001100010010101111010011000110110000100111011111011111010011000 | e69895e98d84efbe98 |
UHC | 昕?? | 11111101110110100011111100111111 | fdda3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)