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 | 渦??垂ε? | 100010010101000100111111001111111001000010000010100000111100001100111111 | 89513f3f908283c33f |
EUC-JP | 渦??垂ε? | 101100011011001000111111001111111011111111100010101001101100010100111111 | b1b23f3fbfe2a6c53f |
UTF-8 | 渦깆슌垂ε맫 | 1110011010111000101001101110101010111001100001101110110010001010100011001110010110011110100000101100111010110101111010111010011110101011 | e6b8a6eab986ec8a8ce59e82ceb5eba7ab |
UHC | 渦깆슌垂ε맫 | 111010001011111010110001111011001001101010011100111000011111011110100101111001011001000010110011 | e8beb1ec9a9ce1f7a5e590b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)