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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 渦??鵝? | 10001001010100010011111100111111111010100100000000111111 | 89513f3fea403f |
EUC-JP | 渦??鵝? | 10110001101100100011111100111111111100111010000100111111 | b1b23f3ff3a13f |
UTF-8 | 渦경씇鵝냣 | 111001101011100010100110111010101011001010111101111011001001010010000111111010011011010110011101111010111000001110100011 | e6b8a6eab2bdec9487e9b59deb83a3 |
UHC | 渦경씇鵝냣 | 11101000101111101011000011100110100111011001111111100100101111011000011001101110 | e8beb0e69d9fe4bd866e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)