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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 迂?}迂?{^ | 100010010100100100111111011111011000100101001001001111110111101101011110 | 89493f7d89493f7b5e |
EUC-JP | 迂?}迂?{^ | 101100011010101000111111011111011011000110101010001111110111101101011110 | b1aa3f7db1aa3f7b5e |
UTF-8 | 迂옘}迂옘{^ | 111010001011111110000010111011001001100010011000011111011110100010111111100000101110110010011000100110000111101101011110 | e8bf82ec98987de8bf82ec98987b5e |
UHC | 迂옘}迂옘{^ | 1110100111100110101111111011110001111101111010011110011010111111101111000111101101011110 | e9e6bfbc7de9e6bfbc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)