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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 泣?泣?^ | 10001011100000110011111110001011100000110011111101011110 | 8b833f8b833f5e |
EUC-JP | 泣?泣?^ | 10110101111000110011111110110101111000110011111101011110 | b5e33fb5e33f5e |
UTF-8 | 泣옘泣옘^ | 11100110101100111010001111101100100110001001100011100110101100111010001111101100100110001001100001011110 | e6b3a3ec9898e6b3a3ec98985e |
UHC | 泣옘泣옘^ | 111010111110100010111111101111001110101111101000101111111011110001011110 | ebe8bfbcebe8bfbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)