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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?逕? | 00111111111001111001010000111111 | 3fe7943f |
EUC-JP | 洧逕? | 100011111100011110110100111011011111010000111111 | 8fc7b4edf43f |
UTF-8 | 洧逕♬ | 111001101011010010100111111010011000000010010101111000101001100110101100 | e6b4a7e98095e299ac |
UHC | 洧逕♬ | 111010101111101111001100111011111010001011011101 | eafbccefa2dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)