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 | 顋呱・ろ「唏 | 11101000111110011001100111101011101001011000001011101011101000101001101001001000 | e8f999eba582eba29a48 |
EUC-JP | 顋呱・ろ「唏 | 111100001111101111010010111011011000111010100101101001001110110110001110101000101101001110101001 | f0fbd2ed8ea5a4ed8ea2d3a9 |
UTF-8 | 顋呱・ろ「唏 | 111010011010000110001011111001011001000110110001111011111011110110100101111000111000001010001101111011111011110110100010111001011001010010001111 | e9a18be591b1efbda5e3828defbda2e5948f |
UHC | ?呱?ろ?? | 0011111111001101101100100011111110101010111011010011111100111111 | 3fcdb23faaed3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)