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 | 鈆「鯑ソ | 111110111100000110100010111010011100010010111111 | fbc1a2e9c4bf |
EUC-JP | 鈆「鯑ソ | 100011111110001110111100100011101010001011110010110001101000111010111111 | 8fe3bc8ea2f2c68ebf |
UTF-8 | 鈆「鯑ソ | 111010011000100010000110111011111011110110100010111010011010111110010001111011111011110110111111 | e98886efbda2e9af91efbdbf |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)