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 | ?漱? | 00111111100111111111100100111111 | 3f9ff93f |
EUC-JP | ?漱? | 00111111110111101111101100111111 | 3fdefb3f |
UTF-8 | 맿漱맰 | 111010111010011110111111111001101011110010110001111010111010011110110000 | eba7bfe6bcb1eba7b0 |
UHC | 맿漱맰 | 100100001100000011100010101010111001000010110111 | 90c0e2ab90b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)