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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 혳횠혡혴혞철 | 111011011001100010110011111011011001101010100000111011011001100010100001111011011001100010110100111011011001100010011110111011001011001010100000 | ed98b3ed9aa0ed98a1ed98b4ed989eecb2a0 |
UHC | 혳횠혡혴혞철 | 110000101001101011000011100110001100001010001010110000101001101111000010100010001100001110110110 | c29ac398c28ac29bc288c3b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)