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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豎晧飴魴晤Ε | 111001101011000110011101111011001000100010111001111010011011010110011101111010111000001110100011 | e6b19dec88b9e9b59deb83a3 |
EUC-JP | 豎晧飴魴晤Ε | 111011001011001111011010111011101011000010111011111100101011011111011010111011011010011010100101 | ecb3daeeb0bbf2b7daeda6a5 |
UTF-8 | 豎晧飴魴晤Ε | 1110100010110001100011101110011010011001101001111110100110100011101101001110100110101101101101001110011010011001101001001100111010010101 | e8b18ee699a7e9a3b4e9adb4e699a4ce95 |
UHC | ?晧飴?晤Ε | 00111111111110111100010111101100110001110011111111100111111110111010010111000101 | 3ffbc5ecc73fe7fba5c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)