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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 踟停尊 | 111001101111011110010010111000101001000110111000 | e6f792e291b8 |
EUC-JP | 踟停尊 | 111011001111100111000100111001001100001010111010 | ecf9c4e4c2ba |
UTF-8 | 踟停尊 | 111010001011100010011111111001011000000110011100111001011011000010001010 | e8b89fe5819ce5b08a |
UHC | ?停尊 | 0011111111101111110011101111000011101110 | 3fefcef0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)