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 | ??k}??k{^ | 001111110011111101101011011111010011111100111111011010110111101101011110 | 3f3f6b7d3f3f6b7b5e |
SJIS-WIN | 鮮?k}鮮?k{^ | 1001000101001110001111110110101101111101100100010100111000111111011010110111101101011110 | 914e3f6b7d914e3f6b7b5e |
EUC-JP | 鮮?k}鮮?k{^ | 1100000110101111001111110110101101111101110000011010111100111111011010110111101101011110 | c1af3f6b7dc1af3f6b7b5e |
UTF-8 | 鮮說k}鮮說k{^ | 1110100110101110101011101110100010101010101010100110101101111101111010011010111010101110111010001010101010101010011010110111101101011110 | e9aeaee8aaaa6b7de9aeaee8aaaa6b7b5e |
UHC | 鮮說k}鮮說k{^ | 11100000110110001110000011100011011010110111110111100000110110001110000011100011011010110111101101011110 | e0d8e0e36b7de0d8e0e36b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)