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 | ?????C\ | 00111111001111110011111100111111001111110100001101011100 | 3f3f3f3f3f435c |
SJIS-WIN | ?????C\ | 00111111001111110011111100111111001111110100001101011100 | 3f3f3f3f3f435c |
EUC-JP | ?????C\ | 00111111001111110011111100111111001111110100001101011100 | 3f3f3f3f3f435c |
UTF-8 | 챈짱혗챗혙C\ | 1110110010110001100010001110110010100111101100011110110110011000100101111110110010110001100101111110110110011000100110010100001101011100 | ecb188eca7b1ed9897ecb197ed9899435c |
UHC | 챈짱혗챗혙C\ | 110000111010011011000010101011111100001010000010110000111010101011000010100001000100001101011100 | c3a6c2afc282c3aac284435c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)