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 | 渦??巍? | 10001001010100010011111100111111100110111101100100111111 | 89513f3f9bd93f |
EUC-JP | 渦??巍? | 10110001101100100011111100111111110101101101101100111111 | b1b23f3fd6db3f |
UTF-8 | 渦쒙엠巍쒒 | 111001101011100010100110111011001001001010011001111011001001011110100000111001011011011110001101111011001001001010010010 | e6b8a6ec9299ec97a0e5b78dec9292 |
UHC | 渦쒙엠巍쒒 | 11101000101111101001110011101111101111111010010111101000111001001001110011101001 | e8be9cefbfa5e8e49ce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)