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 | D»H | 1001001001000100100100011010110010010001101010101001001001001000 | 924491ac91aa9248 |
SJIS-WIN | ?D?¬???H | 001111110100010000111111100000011100101000111111001111110011111101001000 | 3f443f81ca3f3f3f48 |
EUC-JP | ?D?¬?ª?H | 0011111101000100001111111010001011001100001111111000111110100010111011000011111101001000 | 3f443fa2cc3f8fa2ec3f48 |
UTF-8 | D»H | 1100001010010010010001001100001010010001110000101010110011000010100100011100001010101010110000101001001001001000 | c29244c291c2acc291c2aac29248 |
UHC | ?D???ª?H | 001111110100010000111111001111110011111110101000101000110011111101001000 | 3f443f3f3fa8a33f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)