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 | 倭??曄? | 10011000011000000011111100111111100111100100000000111111 | 98603f3f9e403f |
EUC-JP | 倭??曄? | 11001111110000010011111100111111110110111010000100111111 | cfc13f3fdba13f |
UTF-8 | 倭뗧츦曄웭 | 111001011000000010101101111010111001011110100111111011001011100010100110111001101001101110000100111011001001101110101101 | e580adeb97a7ecb8a6e69b84ec9bad |
UHC | 倭뗧츦曄웭 | 11101000110111101000101111100111101011101001110011100111101001011001111101110110 | e8de8be7ae9ce7a59f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)