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?? | 0011111100111111001111110011111100111111010000110011111100111111 | 3f3f3f3f3f433f3f |
SJIS-WIN | ?????C?? | 0011111100111111001111110011111100111111010000110011111100111111 | 3f3f3f3f3f433f3f |
EUC-JP | ?????C?? | 0011111100111111001111110011111100111111010000110011111100111111 | 3f3f3f3f3f433f3f |
UTF-8 | 챈짰혧혣혟C챈짱 | 11101100101100011000100011101100101001111011000011101101100110001010011111101101100110001010001111101101100110001001111101000011111011001011000110001000111011001010011110110001 | ecb188eca7b0ed98a7ed98a3ed989f43ecb188eca7b1 |
UHC | 챈짰혧혣혟C챈짱 | 110000111010011011000010101011101100001010001111110000101000110011000010100010010100001111000011101001101100001010101111 | c3a6c2aec28fc28cc28943c3a6c2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)