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 | 逧コ逕 | 1110011110011010101110101110011110010100 | e79abae794 |
EUC-JP | 逧コ逕 | 111011011111101010001110101110101110110111110100 | edfa8ebaedf4 |
UTF-8 | 逧コ逕 | 111010011000000010100111111011111011110110111010111010011000000010010101 | e980a7efbdbae98095 |
UHC | ??逕 | 00111111001111111100110011101111 | 3f3fccef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)