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 | 寀軸鋧 | 111110101010011110001110101100101111101111001111 | faa78eb2fbcf |
EUC-JP | 寀軸鋧 | 1000111110111010110110111011110010110100100011111110010011001011 | 8fbadbbcb48fe4cb |
UTF-8 | 寀軸鋧 | 111001011010111110000000111010001011101110111000111010011000101110100111 | e5af80e8bbb8e98ba7 |
UHC | 寀軸? | 1111001111110010111101011110111000111111 | f3f2f5ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)