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º¹H | 10010010010010001001000110111010100100011011100101001000 | 924891ba91b948 |
SJIS-WIN | ?H????H | 00111111010010000011111100111111001111110011111101001000 | 3f483f3f3f3f48 |
EUC-JP | ?H?º??H | 001111110100100000111111100011111010001011101011001111110011111101001000 | 3f483f8fa2eb3f3f48 |
UTF-8 | Hº¹H | 110000101001001001001000110000101001000111000010101110101100001010010001110000101011100101001000 | c29248c291c2bac291c2b948 |
UHC | ?H?º?¹H | 001111110100100000111111101010001010110000111111101010011111011001001000 | 3f483fa8ac3fa9f648 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)