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 | ???荏①? | 0011111100111111001111111000100101100000100001110100000000111111 | 3f3f3f896087403f |
EUC-JP | ???荏?? | 00111111001111110011111110110001110000010011111100111111 | 3f3f3fb1c13f3f |
UTF-8 | 梨좏쉻荏①뵓 | 111011111010011110100010111011001010001010001111111011001000100110111011111010001000110110001111111000101001000110100000111010111011010110010011 | efa7a2eca28fec89bbe88d8fe291a0ebb593 |
UHC | 梨좏쉻荏①뵓 | 111011001011000110100000111011011001101010010001111011001111101110101000111001111001010010010101 | ecb1a0ed9a91ecfba8e79495 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)