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 | ???猥?? | 00111111001111110011111111100000110011100011111100111111 | 3f3f3fe0ce3f3f |
EUC-JP | ???猥?? | 00111111001111110011111111100000110100000011111100111111 | 3f3f3fe0d03f3f |
UTF-8 | 烈ㅿ숯猥ㅸ뵖 | 111011111010011010011111111000111000010110111111111011001000100010101111111001111000110010100101111000111000010110111000111010111011010110010110 | efa69fe385bfec88afe78ca5e385b8ebb596 |
UHC | 烈ㅿ숯猥ㅸ뵖 | 111001101110111110100100111011111011110110100001111010001110010110100100111010001001010010011000 | e6efa4efbda1e8e5a4e89498 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)