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 | ?絲f歪 | 00111111111000110100111010000010100001101001100001100011 | 3fe34e82869863 |
EUC-JP | ?絲f歪 | 00111111111001011010111110100011111001101100111111000100 | 3fe5afa3e6cfc4 |
UTF-8 | 罹絲f歪 | 111011111010011110100110111001111011010110110010111011111011110110000110111001101010110110101010 | efa7a6e7b5b2efbd86e6adaa |
UHC | 罹絲f歪 | 1110110010111010110111101110101010100011111001101110100011100000 | ecbadeeaa3e6e8e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)