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 | 執檎棟 | 100011101011011110001100111001111001001110001111 | 8eb78ce7938f |
EUC-JP | 執檎棟 | 101111001011100110111000111010011100010111101111 | bcb9b8e9c5ef |
UTF-8 | 執檎棟 | 111001011001111110110111111001101010101010001110111001101010001110011111 | e59fb7e6aa8ee6a39f |
UHC | 執檎棟 | 111100101111101111010000110101011101010011010110 | f2fbd0d5d4d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)