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 | ?I?????? | 0011111101001001001111110011111100111111001111110011111100111111 | 3f493f3f3f3f3f3f |
SJIS-WIN | ?I?????? | 0011111101001001001111110011111100111111001111110011111100111111 | 3f493f3f3f3f3f3f |
EUC-JP | ?I?????? | 0011111101001001001111110011111100111111001111110011111100111111 | 3f493f3f3f3f3f3f |
UTF-8 | 체I혦쩍청횗혦쩐 | 11101100101100101011010001001001111011011001100010100110111011001010100110001101111011001011001010101101111011011001101010010111111011011001100010100110111011001010100110010000 | ecb2b449ed98a6eca98decb2aded9a97ed98a6eca990 |
UHC | 체I혦쩍청횗혦쩐 | 110000111011110001001001110000101000111011000010101111011100001110111011110000111001000111000010100011101100001010111110 | c3bc49c28ec2bdc3bbc391c28ec2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)