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 | 魄エ讌シ | 111010011010111010110100111001101010010110111100 | e9aeb4e6a5bc |
EUC-JP | 魄エ讌シ | 1111001010110000100011101011010011101100101001111000111010111100 | f2b08eb4eca78ebc |
UTF-8 | 魄エ讌シ | 111010011010110110000100111011111011110110110100111010001010111010001100111011111011110110111100 | e9ad84efbdb4e8ae8cefbdbc |
UHC | 魄??? | 1101101111011110001111110011111100111111 | dbde3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)