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 | 幼絅? | 1001011101100011111000110100010000111111 | 9763e3443f |
EUC-JP | 幼絅? | 1100110111000100111001011010010100111111 | cdc4e5a53f |
UTF-8 | 幼絅렞 | 111001011011100110111100111001111011010110000101111010111010000010011110 | e5b9bce7b585eba09e |
UHC | 幼絅렞 | 111010101110101011001100111001111000111010101111 | eaeacce78eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)