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 | 拘燉}拘燉{^ | 1000110101010011111000001001011101111101100011010101001111100000100101110111101101011110 | 8d53e0977d8d53e0977b5e |
EUC-JP | 拘燉}拘燉{^ | 1011100110110100110111111111011101111101101110011011010011011111111101110111101101011110 | b9b4dff77db9b4dff77b5e |
UTF-8 | 拘燉}拘燉{^ | 111001101000101110011000111001111000011110001001011111011110011010001011100110001110011110000111100010010111101101011110 | e68b98e787897de68b98e787897b5e |
UHC | 拘燉}拘燉{^ | 1100111110101100110101001100100101111101110011111010110011010100110010010111101101011110 | cfacd4c97dcfacd4c97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)