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 | 才?肢?鳥 | 1000110111001011001111111000111010001000001111111001001010111001 | 8dcb3f8e883f92b9 |
EUC-JP | 才?肢?鳥 | 1011101011001101001111111011101111101000001111111100010010111011 | bacd3fbbe83fc4bb |
UTF-8 | 才렱肢렖鳥 | 111001101000100110001101111010111010000010110001111010001000001010100010111010111010000010010110111010011011001110100101 | e6898deba0b1e882a2eba096e9b3a5 |
UHC | 才렱肢렖鳥 | 11101110101001101000111010111110111100101011011010001110101010111111000011101000 | eea68ebef2b68eabf0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)