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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
EUC-JP | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
UTF-8 | 삔압D삔압D^ | 111011001000001010010100111011001001010110010101010001001110110010000010100101001110110010010101100101010100010001011110 | ec8294ec959544ec8294ec9595445e |
UHC | 삔압D삔압D^ | 1011101111100001101111101101000001000100101110111110000110111110110100000100010001011110 | bbe1bed044bbe1bed0445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)