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 | 遶コ逍セ裄 | 1110011110101011101110101110011110010110101111101110010111100000 | e7abbae796bee5e0 |
EUC-JP | 遶コ逍セ裄 | 11101110101011011000111010111010111011011111011010001110101111101110101011100010 | eead8ebaedf68ebeeae2 |
UTF-8 | 遶コ逍セ裄 | 111010011000000110110110111011111011110110111010111010011000000010001101111011111011110110111110111010001010001110000100 | e981b6efbdbae9808defbdbee8a384 |
UHC | ??逍?? | 001111110011111111100001110011100011111100111111 | 3f3fe1ce3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)