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 | 楔?瀟 | 1001111010110110001111111110000001101110 | 9eb63fe06e |
EUC-JP | 楔?瀟 | 1101110010111000001111111101111111001111 | dcb83fdfcf |
UTF-8 | 楔섍瀟 | 111001101010010110010100111011001000010010001101111001111000000010011111 | e6a594ec848de7809f |
UHC | 楔섍瀟 | 111000001101101110011000111010101110000110111110 | e0db98eae1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)