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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ホ骼イ爾 | 1111000111101101110011101110100110001110101100101000111010100010 | f1edcee98eb28ea2 |
EUC-JP | ?ホ骼イ爾 | 001111111000111011001110111100011110111010001110101100101011110010100100 | 3f8ecef1ee8eb2bca4 |
UTF-8 | ホ骼イ爾 | 111011101000010110101000111011111011111010001110111010011010101010111100111011111011110110110010111001111000100010111110 | ee85a8efbe8ee9aabcefbdb2e788be |
UHC | ????爾 | 001111110011111100111111001111111110110010110011 | 3f3f3f3fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)