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 | ?\???H\ | 00111111010111000011111100111111001111110100100001011100 | 3f5c3f3f3f485c |
SJIS-WIN | ?\???H\ | 00111111010111000011111100111111001111110100100001011100 | 3f5c3f3f3f485c |
EUC-JP | ?\???H\ | 00111111010111000011111100111111001111110100100001011100 | 3f5c3f3f3f485c |
UTF-8 | 챌\챕쨘창H\ | 111011001011000110001100010111001110110010110001100101011110110010101000100110001110110010110000101111010100100001011100 | ecb18c5cecb195eca898ecb0bd485c |
UHC | 챌\챕쨘창H\ | 1100001110100111010111001100001110101001110000101011101011000011101000100100100001011100 | c3a75cc3a9c2bac3a2485c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)