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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 叩樽i叩樽iB | 1001001001000000100100100100110101101001100100100100000010010010010011010110100101000010 | 9240924d699240924d6942 |
EUC-JP | 叩樽i叩樽iB | 1100001110100001110000111010111001101001110000111010000111000011101011100110100101000010 | c3a1c3ae69c3a1c3ae6942 |
UTF-8 | 叩樽i叩樽iB | 111001011000111110101001111001101010100010111101011010011110010110001111101010011110011010101000101111010110100101000010 | e58fa9e6a8bd69e58fa9e6a8bd6942 |
UHC | 叩樽i叩樽iB | 1100110110110000111100011101110001101001110011011011000011110001110111000110100101000010 | cdb0f1dc69cdb0f1dc6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)