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 | 渦??兀?? | 1000100101010001001111110011111110011001010110010011111100111111 | 89513f3f99593f3f |
EUC-JP | 渦??兀?? | 1011000110110010001111110011111111010001101110100011111100111111 | b1b23f3fd1ba3f3f |
UTF-8 | 渦요퍟兀덅꽦 | 111001101011100010100110111011001001101010010100111011011000110110011111111001011000010110000000111010111000110110000101111010101011110110100110 | e6b8a6ec9a94ed8d9fe58580eb8d85eabda6 |
UHC | 渦요퍟兀덅꽦 | 111010001011111010111111111001001011101110010110111010001011010010001000111010001000010010110001 | e8bebfe4bb96e8b488e884b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)