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 | 節ο?猥?? | 100100001101111110000011110011010011111111100000110011100011111100111111 | 90df83cd3fe0ce3f3f |
EUC-JP | 節ο?猥?? | 110000001110000110100110110011110011111111100000110100000011111100111111 | c0e1a6cf3fe0d03f3f |
UTF-8 | 節ο쉑猥덃쓶 | 1110011110101111100000001100111010111111111011001000100110010001111001111000110010100101111010111000110110000011111011001001001110110110 | e7af80cebfec8991e78ca5eb8d83ec93b6 |
UHC | 節ο쉑猥덃쓶 | 111011111011110110100101111011111011110110100111111010001110010110001000111001101001110110010011 | efbda5efbda7e8e588e69d93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)