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 | 骭サ邇也オオ | 111010011000110010111011111001111000111010010110111001111011010110110101 | e98cbbe78e96e7b5b5 |
EUC-JP | 骭サ邇也オオ | 111100011110110010001110101110111110110111101110110011001110100110001110101101011000111010110101 | f1ec8ebbedeecce98eb58eb5 |
UTF-8 | 骭サ邇也オオ | 111010011010101010101101111011111011110110111011111010011000001010000111111001001011100110011111111011111011110110110101111011111011110110110101 | e9aaadefbdbbe98287e4b99fefbdb5efbdb5 |
UHC | ??邇也?? | 0011111100111111111011001100010011100101101001010011111100111111 | 3f3fecc4e5a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)