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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 裹蛾ー雁 | 11100101111001011000100111101001101100001000101011100101 | e5e589e9b08ae5 |
EUC-JP | 裹蛾ー雁 | 1110101011100111101100101110101110001110101100001011010011100111 | eae7b2eb8eb0b4e7 |
UTF-8 | 裹蛾ー雁 | 111010001010001110111001111010001001101110111110111011111011110110110000111010011001101110000001 | e8a3b9e89bbeefbdb0e99b81 |
UHC | ?蛾?雁 | 001111111110010010110110001111111110010011010010 | 3fe4b63fe4d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)