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 | 霓フ靺。 | 111010001011110111001100111010001101101010100001 | e8bdcce8daa1 |
EUC-JP | 霓フ靺。 | 1111000010111111100011101100110011110000110111001000111010100001 | f0bf8eccf0dc8ea1 |
UTF-8 | 霓フ靺。 | 111010011001110010010011111011111011111010001100111010011001110110111010111011111011110110100001 | e99c93efbe8ce99dbaefbda1 |
UHC | 霓?靺? | 111001111110011100111111110110001100101100111111 | e7e73fd8cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)