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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?重?? | 0011111110001111011001000011111100111111 | 3f8f643f3f |
EUC-JP | ?重?? | 0011111110111101110001010011111100111111 | 3fbdc53f3f |
UTF-8 | 뤵重법렢 | 111010111010010010110101111010011000011110001101111010111011001010010101111010111010000010100010 | eba4b5e9878debb295eba0a2 |
UHC | 뤵重법렢 | 1000111111100011111100011110110010111001111111011000111010110011 | 8fe3f1ecb9fd8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)