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 | 渦??宜? | 10001001010100010011111100111111100010110101100000111111 | 89513f3f8b583f |
EUC-JP | 渦??宜? | 10110001101100100011111100111111101101011011100100111111 | b1b23f3fb5b93f |
UTF-8 | 渦깅맧宜켃 | 111001101011100010100110111010101011100110000101111010111010011110100111111001011010111010011100111011001011110010000011 | e6b8a6eab985eba7a7e5ae9cecbc83 |
UHC | 渦깅맧宜켃 | 11101000101111101011000111101011100100001011000011101011111100011011000101000010 | e8beb1eb90b0ebf1b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)