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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 魴晤恁貍アE | 11101001101101011001110111101011100111001000110011100110101111001011000101000101 | e9b59deb9c8ce6bcb145 |
EUC-JP | 魴晤恁貍アE | 1111001010110111110110101110110111010111111011001110110010111110100011101011000101000101 | f2b7daedd7ececbe8eb145 |
UTF-8 | 魴晤恁貍アE | 11101001101011011011010011100110100110011010010011100110100000011000000111101000101100101000110111101111101111011011000101000101 | e9adb4e699a4e68181e8b28defbdb145 |
UHC | ?晤恁??E | 0011111111100111111110111110110011110110001111110011111101000101 | 3fe7fbecf63f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)