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 | ??嬪 | 00111111001111111001101101101100 | 3f3f9b6c |
EUC-JP | ??嬪 | 00111111001111111101010111001101 | 3f3fd5cd |
UTF-8 | 溜잴嬪 | 111011111010011110001011111011001001111010110100111001011010110010101010 | efa78bec9eb4e5acaa |
UHC | 溜잴嬪 | 111010101111111011000000111010101101111010101110 | eafec0eadeae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)