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 | ±¨° | 101100011010100010110000 | b1a8b0 |
SJIS-WIN | ±¨° | 100000010111110110000001010011101000000110001011 | 817d814e818b |
EUC-JP | ±¨° | 101000011101111010100001101011111010000111101011 | a1dea1afa1eb |
UTF-8 | ±¨° | 110000101011000111000010101010001100001010110000 | c2b1c2a8c2b0 |
UHC | ±¨° | 101000011011111010100001101001111010000111000110 | a1bea1a7a1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)