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 | 鼠?}鼠?{^ | 100100010110110000111111011111011001000101101100001111110111101101011110 | 916c3f7d916c3f7b5e |
EUC-JP | 鼠?}鼠?{^ | 110000011100110100111111011111011100000111001101001111110111101101011110 | c1cd3f7dc1cd3f7b5e |
UTF-8 | 鼠된}鼠된{^ | 111010011011110010100000111010111001000010011100011111011110100110111100101000001110101110010000100111000111101101011110 | e9bca0eb909c7de9bca0eb909c7b5e |
UHC | 鼠된}鼠된{^ | 1110000010101001101101011100100001111101111000001010100110110101110010000111101101011110 | e0a9b5c87de0a9b5c87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)