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 | 雜コ逕サ譟 | 1110100010110110101110101110011110010100101110111110011010011111 | e8b6bae794bbe69f |
EUC-JP | 雜コ逕サ譟 | 11110000101110001000111010111010111011011111010010001110101110111110110010100001 | f0b88ebaedf48ebbeca1 |
UTF-8 | 雜コ逕サ譟 | 111010011001101110011100111011111011110110111010111010011000000010010101111011111011110110111011111010001010110110011111 | e99b9cefbdbae98095efbdbbe8ad9f |
UHC | 雜?逕?? | 11101101110110100011111111001100111011110011111100111111 | edda3fccef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)