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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 牀瀟牀瀟 | 1110000010101100111000000110111011100000101011001110000001101110 | e0ace06ee0ace06e |
EUC-JP | 牀瀟牀瀟 | 1110000010101110110111111100111111100000101011101101111111001111 | e0aedfcfe0aedfcf |
UTF-8 | 牀瀟牀瀟 | 111001111000100110000000111001111000000010011111111001111000100110000000111001111000000010011111 | e78980e7809fe78980e7809f |
UHC | 牀瀟牀瀟 | 1101111111010001111000011011111011011111110100011110000110111110 | dfd1e1bedfd1e1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)