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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?θ??θ?^ | 001111111000001111000110001111110011111110000011110001100011111101011110 | 3f83c63f3f83c63f5e |
EUC-JP | 旿θ?旿θ?^ | 10001111110000011111010010100110110010000011111110001111110000011111010010100110110010000011111101011110 | 8fc1f4a6c83f8fc1f4a6c83f5e |
UTF-8 | 旿θ틯旿θ틯^ | 1110011010010111101111111100111010111000111011011000101110101111111001101001011110111111110011101011100011101101100010111010111101011110 | e697bfceb8ed8bafe697bfceb8ed8baf5e |
UHC | 旿θ틯旿θ틯^ | 11100111111110101010010111101000101110101001100111100111111110101010010111101000101110101001100101011110 | e7faa5e8ba99e7faa5e8ba995e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)