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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ???靷? | 00111111001111110011111110001111111001111011110100111111 | 3f3f3f8fe7bd3f |
UTF-8 | 咽뉖뱯靷딽 | 111011111010011010011110111010111000100110010110111010111011000110101111111010011001110110110111111010111001010010111101 | efa69eeb8996ebb1afe99db7eb94bd |
UHC | 咽뉖뱯靷딽 | 11100110111011001000011111101011100100111001010111101100111001101000101101010110 | e6ec87eb9395ece68b56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)