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 | 迴わ秀 | 111001111000111110000010111011011000111101000111 | e78f82ed8f47 |
EUC-JP | 迴わ秀 | 111011011110111110100100111011111011110110101000 | edefa4efbda8 |
UTF-8 | 迴わ秀 | 111010001011111110110100111000111000001010001111111001111010011110000000 | e8bfb4e3828fe7a780 |
UHC | ?わ秀 | 0011111110101010111011111110001010110011 | 3faaefe2b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)