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 | ??hD??hD^ | 001111110011111101101000010001000011111100111111011010000100010001011110 | 3f3f68443f3f68445e |
SJIS-WIN | ??hD??hD^ | 001111110011111101101000010001000011111100111111011010000100010001011110 | 3f3f68443f3f68445e |
EUC-JP | ??hD??hD^ | 001111110011111101101000010001000011111100111111011010000100010001011110 | 3f3f68443f3f68445e |
UTF-8 | 횂혩hD횂혩hD^ | 1110110110011010100000101110110110011000101010010110100001000100111011011001101010000010111011011001100010101001011010000100010001011110 | ed9a82ed98a96844ed9a82ed98a968445e |
UHC | 횂혩hD횂혩hD^ | 11000011100000101100001010010001011010000100010011000011100000101100001010010001011010000100010001011110 | c382c2916844c382c29168445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)