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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?松②?巡 | 0011111110001111101111001000011101000001001111111000111110000100 | 3f8fbc87413f8f84 |
EUC-JP | ?松??巡 | 00111111101111101011111000111111001111111011110111100100 | 3fbebe3f3fbde4 |
UTF-8 | 찼松②퉽巡 | 111011001011000010111100111001101001110110111110111000101001000110100001111011011000100110111101111001011011011110100001 | ecb0bce69dbee291a1ed89bde5b7a1 |
UHC | 찼松②퉽巡 | 11000011101000011110000111100110101010001110100010111001100101011110001011011110 | c3a1e1e6a8e8b995e2de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)