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 | 瀋覧}瀋覧{^ | 1110000001100011100101111001011101111101111000000110001110010111100101110111101101011110 | e06397977de06397977b5e |
EUC-JP | 瀋覧}瀋覧{^ | 1101111111000100110011011111011101111101110111111100010011001101111101110111101101011110 | dfc4cdf77ddfc4cdf77b5e |
UTF-8 | 瀋覧}瀋覧{^ | 111001111000000010001011111010001010011010100111011111011110011110000000100010111110100010100110101001110111101101011110 | e7808be8a6a77de7808be8a6a77b5e |
UHC | 瀋?}瀋?{^ | 111001001010001100111111011111011110010010100011001111110111101101011110 | e4a33f7de4a33f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)