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 | 좸\ | 1110110010100010100011101011100001011100 | eca28eb85c |
SJIS-WIN | ?¢??\ | 001111111000000110010001001111110011111101011100 | 3f81913f3f5c |
EUC-JP | ì¢?¸\ | 10001111101010111100000010100001111100010011111110001111101000101011000101011100 | 8fabc0a1f13f8fa2b15c |
UTF-8 | 좸\ | 110000111010110011000010101000101100001010001110110000101011100001011100 | c3acc2a2c28ec2b85c |
UHC | ???¸\ | 001111110011111100111111101000101010110001011100 | 3f3f3fa2ac5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)