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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 照鱧ン枻鯏ェ^ | 1000111111000110111010011110010111011101111110101110001011101001110000111010101001011110 | 8fc6e9e5ddfae2e9c3aa5e |
EUC-JP | 照鱧ン枻鯏ェ^ | 1011111011001000111100101110011110001110110111011000111111000011101101011111001011000101100011101010101001011110 | bec8f2e78edd8fc3b5f2c58eaa5e |
UTF-8 | 照鱧ン枻鯏ェ^ | 11100111100001011010011111101001101100011010011111101111101111101001110111100110100111101011101111101001101011111000111111101111101111011010101001011110 | e785a7e9b1a7efbe9de69ebbe9af8fefbdaa5e |
UHC | 照?????^ | 1111000011001110001111110011111100111111001111110011111101011110 | f0ce3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)