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 | 雲?た | 1000100101011111001111111000001010111101 | 895f3f82bd |
EUC-JP | 雲?た | 1011000111000000001111111010010010111111 | b1c03fa4bf |
UTF-8 | 雲딪た | 111010011001101110110010111010111001010010101010111000111000000110011111 | e99bb2eb94aae3819f |
UHC | 雲딪た | 111010101010001110110101111110101010101010111111 | eaa3b5faaabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)