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 | 伍즢}伍즢{^ | 111001001011110010001101111011001010011010100010011111011110010010111100100011011110110010100110101000100111101101011110 | e4bc8deca6a27de4bc8deca6a27b5e |
UHC | 伍즢}伍즢{^ | 1110011111101010101000110110111001111101111001111110101010100011011011100111101101011110 | e7eaa36e7de7eaa36e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)