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 | 蜚擁藻 | 111001011001010010010111011010011001000110010100 | e59497699194 |
EUC-JP | 蜚擁藻 | 111010011111010011001101110010101100000111110100 | e9f4cdcac1f4 |
UTF-8 | 蜚擁藻 | 111010001001110010011010111001101001001110000001111010001001011110111011 | e89c9ae69381e897bb |
UHC | 蜚擁藻 | 110111101010010011101000101101101111000011011101 | dea4e8b6f0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)