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 | ʱܾ | 11001010101100011101110010111110 | cab1dcbe |
SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
EUC-JP | 汆? | 100011111010101010110100101000011101111010001111101010101110010000111111 | 8faab4a1de8faae43f |
UTF-8 | ʱܾ | 1100001110001010110000101011000111000011100111001100001010111110 | c38ac2b1c39cc2be |
UHC | ?±?¾ | 001111111010000110111110001111111010100011111010 | 3fa1be3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)