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 | 伍?}伍?{^ | 100011001101111000111111011111011000110011011110001111110111101101011110 | 8cde3f7d8cde3f7b5e |
EUC-JP | 伍?}伍?{^ | 101110001110000000111111011111011011100011100000001111110111101101011110 | b8e03f7db8e03f7b5e |
UTF-8 | 伍뎰}伍뎰{^ | 111001001011110010001101111010111000111010110000011111011110010010111100100011011110101110001110101100000111101101011110 | e4bc8deb8eb07de4bc8deb8eb07b5e |
UHC | 伍뎰}伍뎰{^ | 1110011111101010100010011000001101111101111001111110101010001001100000110111101101011110 | e7ea89837de7ea89837b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)