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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 遮痔蛇湿璽 | 100011101101010110001110101001001000111011010110100011101011110010001110101000111111000110100111 | 8ed58ea48ed68ebc8ea3f1a7 |
EUC-JP | 遮痔蛇湿璽? | 1011110011010111101111001010011010111100110110001011110010111110101111001010010100111111 | bcd7bca6bcd8bcbebca53f |
UTF-8 | 遮痔蛇湿璽 | 111010011000000110101110111001111001011110010100111010001001101110000111111001101011100110111111111001111001001010111101111011101000010010100010 | e981aee79794e89b87e6b9bfe792bdee84a2 |
UHC | 遮痔蛇?璽? | 11110011101101001111011011000000110111101110111100111111110111111101111000111111 | f3b4f6c0deef3fdfde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)