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 | ⅸ嫉鋓漆 | 1111101001001000100011101011100111111011110101101000111010111101 | fa488eb9fbd68ebd |
EUC-JP | ?嫉鋓漆 | 0011111110111100101110111000111111100100101111111011110010111111 | 3fbcbb8fe4bfbcbf |
UTF-8 | ⅸ嫉鋓漆 | 111000101000010110111000111001011010101110001001111010011000101110010011111001101011110010000110 | e285b8e5ab89e98b93e6bc86 |
UHC | ⅸ嫉?漆 | 10100101101010011111001011101100001111111111011011010100 | a5a9f2ec3ff6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)