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^ | 111000011001111100111111010001001110000110011111001111110100010001011110 | e19f3f44e19f3f445e |
EUC-JP | 癲?D癲?D^ | 111000101010000100111111010001001110001010100001001111110100010001011110 | e2a13f44e2a13f445e |
UTF-8 | 癲딾D癲딾D^ | 111001111001100110110010111010111001010010111110010001001110011110011001101100101110101110010100101111100100010001011110 | e799b2eb94be44e799b2eb94be445e |
UHC | 癲딾D癲딾D^ | 1110111110100110100010110101011101000100111011111010011010001011010101110100010001011110 | efa68b5744efa68b57445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)