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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蝪喝験 | 111001011010000110001010100001011000110010110001 | e5a18a858cb1 |
EUC-JP | 蝪喝験 | 111010101010001110110011111001011011100010110011 | eaa3b3e5b8b3 |
UTF-8 | 蝪喝験 | 111010001001110110101010111001011001011010011101111010011010100010010011 | e89daae5969de9a893 |
UHC | ?喝? | 00111111110010101110001000111111 | 3fcae23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)