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 | ゙゙糯 | 110111101111010111010110110111101110001011110111 | def5d6dee2f7 |
EUC-JP | ゙?゙糯 | 10001110110111100011111110001110110111101110010011111001 | 8ede3f8edee4f9 |
UTF-8 | ゙゙糯 | 111011111011111010011110111011101001000110000001111011111011111010011110111001111011001110101111 | efbe9eee9181efbe9ee7b3af |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)