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 | 俎?}俎?{^ | 100110001101011100111111011111011001100011010111001111110111101101011110 | 98d73f7d98d73f7b5e |
EUC-JP | 俎?}俎?{^ | 110100001101100100111111011111011101000011011001001111110111101101011110 | d0d93f7dd0d93f7b5e |
UTF-8 | 俎廊}俎廊{^ | 111001001011111110001110111011111010010010101000011111011110010010111111100011101110111110100100101010000111101101011110 | e4bf8eefa4a87de4bf8eefa4a87b5e |
UHC | 俎廊}俎廊{^ | 1111000010111011110100101010011101111101111100001011101111010010101001110111101101011110 | f0bbd2a77df0bbd2a77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)