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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?懶敍?瀟 | 0011111110011100111011111001110111000100001111111110000001101110 | 3f9cef9dc43fe06e |
EUC-JP | 芷懶敍?瀟 | 10001111110101111100100111011000111100011101101011000110001111111101111111001111 | 8fd7c9d8f1dac63fdfcf |
UTF-8 | 芷懶敍뤊瀟 | 111010001000101010110111111001101000011110110110111001101001010110001101111010111010010010001010111001111000000010011111 | e88ab7e687b6e6958deba48ae7809f |
UHC | 芷懶敍뤊瀟 | 11110010101110101101010011111011110111111111001110001111101110101110000110111110 | f2bad4fbdff38fbae1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)