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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 醯羇悄栲黏 | 11100111110011111110001110110010100111001001111110011110011111011110101001110101 | e7cfe3b29c9f9e7dea75 |
EUC-JP | 醯羇悄栲黏 | 11101110110100011110011010110100110110001010000111011011110111101111001111010110 | eed1e6b4d8a1dbdef3d6 |
UTF-8 | 醯羇悄栲黏 | 111010011000011010101111111001111011111010000111111001101000001010000100111001101010000010110010111010011011101110001111 | e986afe7be87e68284e6a0b2e9bb8f |
UHC | 醯???? | 111110111011100000111111001111110011111100111111 | fbb83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)