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 | 萬?惹 | 1110010011011101001111111000111011100100 | e4dd3f8ee4 |
EUC-JP | 萬霚惹 | 11101000110111111000111111100111101001001011110011100110 | e8df8fe7a4bce6 |
UTF-8 | 萬霚惹 | 111010001001000010101100111010011001110010011010111001101000001110111001 | e890ace99c9ae683b9 |
UHC | 萬?惹 | 1101100010111111001111111110010110101001 | d8bf3fe5a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)