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 | ⅰ軸鋓嫉 | 1111101001000000100011101011001011111011110101101000111010111001 | fa408eb2fbd68eb9 |
EUC-JP | ?軸鋓嫉 | 0011111110111100101101001000111111100100101111111011110010111011 | 3fbcb48fe4bfbcbb |
UTF-8 | ⅰ軸鋓嫉 | 111000101000010110110000111010001011101110111000111010011000101110010011111001011010101110001001 | e285b0e8bbb8e98b93e5ab89 |
UHC | ⅰ軸?嫉 | 10100101101000011111010111101110001111111111001011101100 | a5a1f5ee3ff2ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)