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 | ?豹? | 00111111100101010101111000111111 | 3f955e3f |
EUC-JP | ?豹殮 | 001111111100100110111111100011111100011010101110 | 3fc9bf8fc6ae |
UTF-8 | 뤌豹殮 | 111010111010010010001100111010001011000110111001111001101010111010101110 | eba48ce8b1b9e6aeae |
UHC | 뤌豹殮 | 100011111011110011111000111110111101011010110001 | 8fbcf8fbd6b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)