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?[D^ | 00111111010110110100010000111111010110110100010001011110 | 3f5b443f5b445e |
SJIS-WIN | 霽[D霽[D^ | 111010001100011101011011010001001110100011000111010110110100010001011110 | e8c75b44e8c75b445e |
EUC-JP | 霽[D霽[D^ | 111100001100100101011011010001001111000011001001010110110100010001011110 | f0c95b44f0c95b445e |
UTF-8 | 霽[D霽[D^ | 1110100110011100101111010101101101000100111010011001110010111101010110110100010001011110 | e99cbd5b44e99cbd5b445e |
UHC | 霽[D霽[D^ | 111100001011100001011011010001001111000010111000010110110100010001011110 | f0b85b44f0b85b445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)