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 | 箝縉}箝縉{^ | 1110001010101101111000110111010101111101111000101010110111100011011101010111101101011110 | e2ade3757de2ade3757b5e |
EUC-JP | 箝縉}箝縉{^ | 1110010010101111111001011101011001111101111001001010111111100101110101100111101101011110 | e4afe5d67de4afe5d67b5e |
UTF-8 | 箝縉}箝縉{^ | 111001111010111010011101111001111011100010001001011111011110011110101110100111011110011110111000100010010111101101011110 | e7ae9de7b8897de7ae9de7b8897b5e |
UHC | 箝縉}箝縉{^ | 1100110011000100111100101101101101111101110011001100010011110010110110110111101101011110 | ccc4f2db7dccc4f2db7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)