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 | 遒ゥ驍」邨ジ | 11100111101000101010100111101001100000101010001111100111101101011000001101010111 | e7a2a9e982a3e7b58357 |
EUC-JP | 遒ゥ驍」邨ジ | 111011101010010010001110101010011111000111100010100011101010001111101110101101111010010110111000 | eea48ea9f1e28ea3eeb7a5b8 |
UTF-8 | 遒ゥ驍」邨ジ | 111010011000000110010010111011111011110110101001111010011010100110001101111011111011110110100011111010011000001010101000111000111000001010111000 | e98192efbda9e9a98defbda3e982a8e382b8 |
UHC | ??驍?邨ジ | 001111110011111111111101101001000011111111110101101111101010101110111000 | 3f3ffda43ff5beabb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)