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 | ?N?????D^ | 001111110100111000111111001111110011111100111111001111110100010001011110 | 3f4e3f3f3f3f3f445e |
SJIS-WIN | ?N?????D^ | 001111110100111000111111001111110011111100111111001111110100010001011110 | 3f4e3f3f3f3f3f445e |
EUC-JP | ?N?????D^ | 001111110100111000111111001111110011111100111111001111110100010001011110 | 3f4e3f3f3f3f3f445e |
UTF-8 | 찾N혗횑혣챕혨D^ | 111011001011000010111110010011101110110110011000100101111110110110011010100100011110110110011000101000111110110010110001100101011110110110011000101010000100010001011110 | ecb0be4eed9897ed9a91ed98a3ecb195ed98a8445e |
UHC | 찾N혗횑혣챕혨D^ | 110000111010001101001110110000101000001011000011100011001100001010001100110000111010100111000010100100000100010001011110 | c3a34ec282c38cc28cc3a9c290445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)