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 | 雎喜沫跋オ蝓 | 1110100010110001100010101110110010010110100101111110011011101011101101011110010110011111 | e8b18aec9697e6ebb5e59f |
EUC-JP | 雎喜沫跋オ蝓 | 111100001011001110110100111011101100101111110111111011001110110110001110101101011110101010100001 | f0b3b4eecbf7eced8eb5eaa1 |
UTF-8 | 雎喜沫跋オ蝓 | 111010011001101110001110111001011001011010011100111001101011001010101011111010001011011110001011111011111011110110110101111010001001110110010011 | e99b8ee5969ce6b2abe8b78befbdb5e89d93 |
UHC | 雎喜沫跋?? | 11101110110100011111110111101100110110001100100011011011101000100011111100111111 | eed1fdecd8c8dba23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)