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 | 節ο?節ο? | 10010000110111111000001111001101001111111001000011011111100000111100110100111111 | 90df83cd3f90df83cd3f |
EUC-JP | 節ο?節ο? | 11000000111000011010011011001111001111111100000011100001101001101100111100111111 | c0e1a6cf3fc0e1a6cf3f |
UTF-8 | 節ο풅節ο풁 | 11100111101011111000000011001110101111111110110110010010100001011110011110101111100000001100111010111111111011011001001010000001 | e7af80cebfed9285e7af80cebfed9281 |
UHC | 節ο풅節ο풁 | 111011111011110110100101111011111011111010001101111011111011110110100101111011111011111010001010 | efbda5efbe8defbda5efbe8a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)