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 | 逡、迴手粕 | 111001111001010110100100111001111000111110001110111010001001010010010100 | e795a4e78f8ee89494 |
EUC-JP | 逡、迴手粕 | 11101101111101011000111010100100111011011110111110111100111010101100011111110100 | edf58ea4edefbceac7f4 |
UTF-8 | 逡、迴手粕 | 111010011000000010100001111011111011110110100100111010001011111110110100111001101000100110001011111001111011001010010101 | e980a1efbda4e8bfb4e6898be7b295 |
UHC | 逡??手粕 | 1111000111100100001111110011111111100010101000101101101011011001 | f1e43f3fe2a2dad9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)