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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 恁??れ | 100111001000110000111111001111111000001011101010 | 9c8c3f3f82ea |
EUC-JP | 恁??れ | 110101111110110000111111001111111010010011101100 | d7ec3f3fa4ec |
UTF-8 | 恁챃淋れ | 111001101000000110000001111011001011000110000011111011111010011110110101111000111000001010001100 | e68181ecb183efa7b5e3828c |
UHC | 恁챃淋れ | 1110110011110110101010100101001111101100111110001010101011101100 | ecf6aa53ecf8aaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)