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 | H¹x | 1001001001001000100100011011100101111000 | 924891b978 |
SJIS-WIN | ?H??x | 0011111101001000001111110011111101111000 | 3f483f3f78 |
EUC-JP | ?H??x | 0011111101001000001111110011111101111000 | 3f483f3f78 |
UTF-8 | H¹x | 1100001010010010010010001100001010010001110000101011100101111000 | c29248c291c2b978 |
UHC | ?H?¹x | 001111110100100000111111101010011111011001111000 | 3f483fa9f678 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)