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 | 縡燉}縡燉{^ | 1110001101110001111000001001011101111101111000110111000111100000100101110111101101011110 | e371e0977de371e0977b5e |
EUC-JP | 縡燉}縡燉{^ | 1110010111010010110111111111011101111101111001011101001011011111111101110111101101011110 | e5d2dff77de5d2dff77b5e |
UTF-8 | 縡燉}縡燉{^ | 111001111011100010100001111001111000011110001001011111011110011110111000101000011110011110000111100010010111101101011110 | e7b8a1e787897de7b8a1e787897b5e |
UHC | 縡燉}縡燉{^ | 1110111010101101110101001100100101111101111011101010110111010100110010010111101101011110 | eeadd4c97deeadd4c97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)