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 | ³ºº°º | 101100111011101010111010101100001000111110111010 | b3babab08fba |
SJIS-WIN | ???°?? | 00111111001111110011111110000001100010110011111100111111 | 3f3f3f818b3f3f |
EUC-JP | ?ºº°?º | 00111111100011111010001011101011100011111010001011101011101000011110101100111111100011111010001011101011 | 3f8fa2eb8fa2eba1eb3f8fa2eb |
UTF-8 | ³ºº°º | 110000101011001111000010101110101100001010111010110000101011000011000010100011111100001010111010 | c2b3c2bac2bac2b0c28fc2ba |
UHC | ³ºº°?º | 1010100111111000101010001010110010101000101011001010000111000110001111111010100010101100 | a9f8a8aca8aca1c63fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)