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 | 入顔琮 | 100100111111110010001010111001111111101101101010 | 93fc8ae7fb6a |
EUC-JP | 入顔琮 | 11000110111111101011010011101001100011111100110010110010 | c6feb4e98fccb2 |
UTF-8 | 入顔琮 | 111001011000010110100101111010011010000110010100111001111001000010101110 | e585a5e9a194e790ae |
UHC | 入顔琮 | 111011001111110111100100110101001111000011111001 | ecfde4d4f0f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)