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 | ヤ羈ア | 11010100111000111011000110110001 | d4e3b1b1 |
EUC-JP | ヤ羈ア | 100011101101010011100110101100111000111010110001 | 8ed4e6b38eb1 |
UTF-8 | ヤ羈ア | 111011111011111010010100111001111011111010001000111011111011110110110001 | efbe94e7be88efbdb1 |
UHC | ?羈? | 00111111110100011011110000111111 | 3fd1bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)