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^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 霙蒡D霙蒡D^ | 1110100011000010111001001110111001000100111010001100001011100100111011100100010001011110 | e8c2e4ee44e8c2e4ee445e |
EUC-JP | 霙蒡D霙蒡D^ | 1111000011000100111010001111000001000100111100001100010011101000111100000100010001011110 | f0c4e8f044f0c4e8f0445e |
UTF-8 | 霙蒡D霙蒡D^ | 111010011001110010011001111010001001001010100001010001001110100110011100100110011110100010010010101000010100010001011110 | e99c99e892a144e99c99e892a1445e |
UHC | 霙蒡D霙蒡D^ | 1110011111001110110110111011110001000100111001111100111011011011101111000100010001011110 | e7cedbbc44e7cedbbc445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)