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 | 釈丞ウ縞 | 10001110110111111000111111100101101100111000111011001000 | 8edf8fe5b38ec8 |
EUC-JP | 釈丞ウ縞 | 1011110011100001101111101110011110001110101100111011110011001010 | bce1bee78eb3bcca |
UTF-8 | 釈丞ウ縞 | 111010011000011110001000111001001011100010011110111011111011110110110011111001111011100010011110 | e98788e4b89eefbdb3e7b89e |
UHC | ?丞?縞 | 001111111110001110101010001111111111101111010110 | 3fe3aa3ffbd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)