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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 瘟??晤?~ | 111000011000100100111111001111111001110111101011001111111000000101100000 | e1893f3f9deb3f8160 |
EUC-JP | 瘟??晤?〜 | 111000011110100100111111001111111101101011101101001111111010000111000001 | e1e93f3fdaed3fa1c1 |
UTF-8 | 瘟븝쉿晤쀦~ | 111001111001100010011111111010111011100010011101111011001000100110111111111001101001100110100100111011001000000010100110111011111011110110011110 | e7989febb89dec89bfe699a4ec80a6efbd9e |
UHC | 瘟븝쉿晤쀦~ | 111010001011000010111010111011111011110110110010111001111111101110010111111001101010001010100110 | e8b0baefbdb2e7fb97e6a2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)