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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 皓?h靜?\ | 111000011010100100111111100000101000100011101000110011100011111101011100 | e1a93f8288e8ce3f5c |
EUC-JP | 皓?h靜?\ | 111000101010101100111111101000111110100011110000110100000011111101011100 | e2ab3fa3e8f0d03f5c |
UTF-8 | 皓쇔h靜렫\ | 11100111100110101001001111101100100001111001010011101111101111011000100011101001100111011001110011101011101000001010101101011100 | e79a93ec8794efbd88e99d9ceba0ab5c |
UHC | 皓쇔h靜렫\ | 1111101111010011101111001110010110100011111010001111000010100001100011101011100101011100 | fbd3bce5a3e8f0a18eb95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)