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 | 要η?央? | 1001011101110110100000111100010100111111100010011001101100111111 | 977683c53f899b3f |
EUC-JP | 要η?央? | 1100110111010111101001101100011100111111101100011111101100111111 | cdd7a6c73fb1fb3f |
UTF-8 | 要η킋央듿 | 1110100010100110100000011100111010110111111011011000001010001011111001011010010010101110111010111001001110111111 | e8a681ceb7ed828be5a4aeeb93bf |
UHC | 要η킋央듿 | 11101001101010011010010111100111101101001001011111100100111001111000101011100101 | e9a9a5e7b497e4e78ae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)