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 | 渦??巍?? | 1000100101010001001111110011111110011011110110010011111100111111 | 89513f3f9bd93f3f |
EUC-JP | 渦??巍?? | 1011000110110010001111110011111111010110110110110011111100111111 | b1b23f3fd6db3f3f |
UTF-8 | 渦쒙엠巍쒒릵 | 111001101011100010100110111011001001001010011001111011001001011110100000111001011011011110001101111011001001001010010010111010111010011010110101 | e6b8a6ec9299ec97a0e5b78dec9292eba6b5 |
UHC | 渦쒙엠巍쒒릵 | 111010001011111010011100111011111011111110100101111010001110010010011100111010011001000010010011 | e8be9cefbfa5e8e49ce99093 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)