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 | ??嬖 | 00111111001111111001101101101001 | 3f3f9b69 |
EUC-JP | ??嬖 | 00111111001111111101010111001010 | 3f3fd5ca |
UTF-8 | 룴창嬖 | 111010111010001110110100111011001011000010111101111001011010110010010110 | eba3b4ecb0bde5ac96 |
UHC | 룴창嬖 | 100011111010100111000011101000101111100011000110 | 8fa9c3a2f8c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)