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 | ??箝?倣 | 00111111001111111110001010101101001111111001010111101101 | 3f3fe2ad3f95ed |
EUC-JP | ??箝?倣 | 00111111001111111110010010101111001111111100101011101111 | 3f3fe4af3fcaef |
UTF-8 | 렺셔箝셔倣 | 111010111010000010111010111011001000010110010100111001111010111010011101111011001000010110010100111001011000000010100011 | eba0baec8594e7ae9dec8594e580a3 |
UHC | 렺셔箝셔倣 | 10001110110000101011110011000101110011001100010010111100110001011101101110100111 | 8ec2bcc5ccc4bcc5dba7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)