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 | 跖ケ逧コ遒 | 1110011011101000101110011110011110011010101110101110011110100010 | e6e8b9e79abae7a2 |
EUC-JP | 跖ケ逧コ遒 | 11101100111010101000111010111001111011011111101010001110101110101110111010100100 | ecea8eb9edfa8ebaeea4 |
UTF-8 | 跖ケ逧コ遒 | 111010001011011110010110111011111011110110111001111010011000000010100111111011111011110110111010111010011000000110010010 | e8b796efbdb9e980a7efbdbae98192 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)