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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 写釈尺邪 | 1000111011001010100011101101111110001110110110101000111011010111 | 8eca8edf8eda8ed7 |
EUC-JP | 写釈尺邪 | 1011110011001100101111001110000110111100110111001011110011011001 | bcccbce1bcdcbcd9 |
UTF-8 | 写釈尺邪 | 111001011000011010011001111010011000011110001000111001011011000010111010111010011000001010101010 | e58699e98788e5b0bae982aa |
UHC | ??尺邪 | 001111110011111111110100101010011101111011110111 | 3f3ff4a9def7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)