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?????H | 0011111101000011001111110011111100111111001111110011111101001000 | 3f433f3f3f3f3f48 |
SJIS-WIN | ?C?????H | 0011111101000011001111110011111100111111001111110011111101001000 | 3f433f3f3f3f3f48 |
EUC-JP | ?C?????H | 0011111101000011001111110011111100111111001111110011111101001000 | 3f433f3f3f3f3f48 |
UTF-8 | 챈C혟혣혟쨘찾H | 1110110010110001100010000100001111101101100110001001111111101101100110001010001111101101100110001001111111101100101010001001100011101100101100001011111001001000 | ecb18843ed989fed98a3ed989feca898ecb0be48 |
UHC | 챈C혟혣혟쨘찾H | 1100001110100110010000111100001010001001110000101000110011000010100010011100001010111010110000111010001101001000 | c3a643c289c28cc289c2bac3a348 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)