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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 摯????橈 | 1001110110010101001111110011111100111111001111111001111011110100 | 9d953f3f3f3f9ef4 |
EUC-JP | 摯????橈 | 1101100111110101001111110011111100111111001111111101110011110110 | d9f53f3f3f3fdcf6 |
UTF-8 | 摯콴짖렽렑橈 | 111001101001000110101111111011001011110110110100111011001010011110010110111010111010000010111101111010111010000010010001111001101010100110001000 | e691afecbdb4eca796eba0bdeba091e6a988 |
UHC | 摯콴짖렽렑橈 | 111100101010011111000100111001001100001010100010100011101100010110001110101001101110100011111010 | f2a7c4e4c2a28ec58ea6e8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)