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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?曉?拘^ | 00111111100111011111101000111111100011010101001101011110 | 3f9dfa3f8d535e |
EUC-JP | ?曉?拘^ | 00111111110110101111110000111111101110011011010001011110 | 3fdafc3fb9b45e |
UTF-8 | 뤌曉ㄿ拘^ | 11101011101001001000110011100110100110111000100111100011100001001011111111100110100010111001100001011110 | eba48ce69b89e384bfe68b985e |
UHC | 뤌曉ㄿ拘^ | 100011111011110011111100111110111010010010101111110011111010110001011110 | 8fbcfcfba4afcfac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)