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 | 渦??餓? | 10001001010100010011111100111111100010011110110000111111 | 89513f3f89ec3f |
EUC-JP | 渦??餓? | 10110001101100100011111100111111101100101110111000111111 | b1b23f3fb2ee3f |
UTF-8 | 渦욤큹餓뺹 | 111001101011100010100110111011001001101010100100111011011000000110111001111010011010010010010011111010111011101010111001 | e6b8a6ec9aa4ed81b9e9a493ebbab9 |
UHC | 渦욤큹餓뺹 | 11101000101111101011111111101000101101001000100011100100101110111001011001000010 | e8bebfe8b488e4bb9642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)