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 | ??涅 | 00111111001111111001111110111000 | 3f3f9fb8 |
EUC-JP | ??涅 | 00111111001111111101111010111010 | 3f3fdeba |
UTF-8 | 쎂쎋涅 | 111011001000111010000010111011001000111010001011111001101011011010000101 | ec8e82ec8e8be6b685 |
UHC | 쎂쎋涅 | 100110111010110010011011101100111110011011101110 | 9bac9bb3e6ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)