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 | ò£°ê¡ | 111100101010001110001110101100001110101010100001 | f2a38eb0eaa1 |
SJIS-WIN | ?£?°?? | 0011111110000001100100100011111110000001100010110011111100111111 | 3f81923f818b3f3f |
EUC-JP | ò£?°ê¡ | 1000111110101011110100101010000111110010001111111010000111101011100011111010101110110100100011111010001011000010 | 8fabd2a1f23fa1eb8fabb48fa2c2 |
UTF-8 | ò£°ê¡ | 110000111011001011000010101000111100001010001110110000101011000011000011101010101100001010100001 | c3b2c2a3c28ec2b0c3aac2a1 |
UHC | ???°?¡ | 0011111100111111001111111010000111000110001111111010001010101110 | 3f3f3fa1c63fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)