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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蜴凪其繧ッ | 111001011000111010010011111000101001000110110100111000111000001010101111 | e58e93e291b4e382af |
EUC-JP | 蜴凪其繧ッ | 11101001111011101100011011100100110000101011011011100101111000101000111010101111 | e9eec6e4c2b6e5e28eaf |
UTF-8 | 蜴凪其繧ッ | 111010001001110010110100111001011000011110101010111001011000010110110110111001111011100110100111111011111011110110101111 | e89cb4e587aae585b6e7b9a7efbdaf |
UHC | ??其?? | 001111110011111111010000111011000011111100111111 | 3f3fd0ec3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)