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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ?彧[?彧[^ | 001111111111101010111001010110110011111111111010101110010101101101011110 | 3ffab95b3ffab95b5e |
EUC-JP | ?彧[?彧[^ | 0011111110001111101111001111111001011011001111111000111110111100111111100101101101011110 | 3f8fbcfe5b3f8fbcfe5b5e |
UTF-8 | 슖彧[슖彧[^ | 111011001000101010010110111001011011110110100111010110111110110010001010100101101110010110111101101001110101101101011110 | ec8a96e5bda75bec8a96e5bda75b5e |
UHC | 슖彧[슖彧[^ | 1001101010100101111010011110111001011011100110101010010111101001111011100101101101011110 | 9aa5e9ee5b9aa5e9ee5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)