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 | 才絅? | 1000110111001011111000110100010000111111 | 8dcbe3443f |
EUC-JP | 才絅? | 1011101011001101111001011010010100111111 | bacde5a53f |
UTF-8 | 才絅렞 | 111001101000100110001101111001111011010110000101111010111010000010011110 | e6898de7b585eba09e |
UHC | 才絅렞 | 111011101010011011001100111001111000111010101111 | eea6cce78eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)