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 | 鳶?}鳶?{^ | 100100111100111000111111011111011001001111001110001111110111101101011110 | 93ce3f7d93ce3f7b5e |
EUC-JP | 鳶?}鳶?{^ | 110001101101000000111111011111011100011011010000001111110111101101011110 | c6d03f7dc6d03f7b5e |
UTF-8 | 鳶냣}鳶냣{^ | 111010011011001110110110111010111000001110100011011111011110100110110011101101101110101110000011101000110111101101011110 | e9b3b6eb83a37de9b3b6eb83a37b5e |
UHC | 鳶냣}鳶냣{^ | 1110011011101001100001100110111001111101111001101110100110000110011011100111101101011110 | e6e9866e7de6e9866e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)