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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??松② | 001111110011111110001111101111001000011101000001 | 3f3f8fbc8741 |
EUC-JP | ??松? | 0011111100111111101111101011111000111111 | 3f3fbebe3f |
UTF-8 | 챈쨋松② | 111011001011000110001000111011001010100010001011111001101001110110111110111000101001000110100001 | ecb188eca88be69dbee291a1 |
UHC | 챈쨋松② | 1100001110100110110000101011011011100001111001101010100011101000 | c3a6c2b6e1e6a8e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)