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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | Ν゜Ν゜ | 1000001110101011100000010100101110000011101010111000000101001011 | 83ab814b83ab814b |
EUC-JP | Ν゜Ν゜ | 1010011010101101101000011010110010100110101011011010000110101100 | a6ada1aca6ada1ac |
UTF-8 | Ν゜Ν゜ | 11001110100111011110001110000010100111001100111010011101111000111000001010011100 | ce9de3829cce9de3829c |
UHC | Ν?Ν? | 101001011100110100111111101001011100110100111111 | a5cd3fa5cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)