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 | 洙姚筬 | 100111111010101010011011010011001110001010101011 | 9faa9b4ce2ab |
EUC-JP | 洙姚筬 | 110111101010110011010101101011011110010010101101 | deacd5ade4ad |
UTF-8 | 洙姚筬 | 111001101011010010011001111001011010011110011010111001111010110110101100 | e6b499e5a79ae7adac |
UHC | 洙姚筬 | 111000101010101011101000111011101110000011111110 | e2aae8eee0fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)