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 | ??コ?? | 001111110011111110000011010100100011111100111111 | 3f3f83523f3f |
EUC-JP | ??コ?? | 001111110011111110100101101100110011111100111111 | 3f3fa5b33f3f |
UTF-8 | 룵쥚コ룶웡 | 111010111010001110110101111011001010010110011010111000111000001010110011111010111010001110110110111011001001101110100001 | eba3b5eca59ae382b3eba3b6ec9ba1 |
UHC | 룵쥚コ룶웡 | 10001111101010101010001010001111101010111011001110001111101010111011111111111101 | 8faaa28fabb38fabbffd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)