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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 筮ョ森襞 | 1110001010101100100000111000011110010000010110001110010111111100 | e2ac83879058e5fc |
EUC-JP | 筮ョ森襞 | 1110010010101110101001011110011110111111101110011110101011111110 | e4aea5e7bfb9eafe |
UTF-8 | 筮ョ森襞 | 111001111010110110101110111000111000001110100111111001101010001110101110111010001010010110011110 | e7adaee383a7e6a3aee8a59e |
UHC | 筮ョ森? | 11011111111110111010101111100111110111111011010100111111 | dffbabe7dfb53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)