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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??┷?? | 001111110011111110000100101110000011111100111111 | 3f3f84b83f3f |
EUC-JP | 璵?┷?? | 1000111111001100111001100011111110101000101110100011111100111111 | 8fcce63fa8ba3f3f |
UTF-8 | 璵뷂┷掠멊 | 111001111001001010110101111010111011011110000010111000101001010010110111111011111010010110110101111010111010100110001010 | e792b5ebb782e294b7efa5b5eba98a |
UHC | 璵뷂┷掠멊 | 11100110101001011001010011101111101001101011101011100101101100011001000101000010 | e6a594efa6bae5b19142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)