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 | 鬩幢ス | 1110100110101001100110111110111110111101 | e9a99befbd |
EUC-JP | 鬩幢ス | 111100101010101111010110111100011000111010111101 | f2abd6f18ebd |
UTF-8 | 鬩幢ス | 111010011010110010101001111001011011100110100010111011111011110110111101 | e9aca9e5b9a2efbdbd |
UHC | ?幢? | 00111111110100111101001100111111 | 3fd3d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)