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 | 渦??垂η? | 100010010101000100111111001111111001000010000010100000111100010100111111 | 89513f3f908283c53f |
EUC-JP | 渦??垂η? | 101100011011001000111111001111111011111111100010101001101100011100111111 | b1b23f3fbfe2a6c73f |
UTF-8 | 渦깆슌垂η굨 | 1110011010111000101001101110101010111001100001101110110010001010100011001110010110011110100000101100111010110111111010101011010110101000 | e6b8a6eab986ec8a8ce59e82ceb7eab5a8 |
UHC | 渦깆슌垂η굨 | 111010001011111010110001111011001001101010011100111000011111011110100101111001111000001010001110 | e8beb1ec9a9ce1f7a5e7828e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)