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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 渦??倭?^ | 1000100101010001001111110011111110011000011000000011111101011110 | 89513f3f98603f5e |
EUC-JP | 渦??倭?^ | 1011000110110010001111110011111111001111110000010011111101011110 | b1b23f3fcfc13f5e |
UTF-8 | 渦겻많倭쟒^ | 11100110101110001010011011101010101100101011101111101011101001111000111011100101100000001010110111101100100111111001001001011110 | e6b8a6eab2bbeba78ee580adec9f925e |
UHC | 渦겻많倭쟒^ | 1110100010111110101100001110010010111000101110011110100011011110101000000101000101011110 | e8beb0e4b8b9e8dea0515e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)