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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??杷ァ? | 00111111001111111001010001100110100000110100000000111111 | 3f3f946683403f |
EUC-JP | ??杷ァ? | 00111111001111111100011111000111101001011010000100111111 | 3f3fc7c7a5a13f |
UTF-8 | 룶점杷ァ룵 | 111010111010001110110110111011001010000010010000111001101001110110110111111000111000001010100001111010111010001110110101 | eba3b6eca090e69db7e382a1eba3b5 |
UHC | 룶점杷ァ룵 | 10001111101010111100000110100001111101111110110110101011101000011000111110101010 | 8fabc1a1f7edaba18faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)