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 | ?B???? | 001111110100001000111111001111110011111100111111 | 3f423f3f3f3f |
SJIS-WIN | ?B???? | 001111110100001000111111001111110011111100111111 | 3f423f3f3f3f |
EUC-JP | ?B???? | 001111110100001000111111001111110011111100111111 | 3f423f3f3f3f |
UTF-8 | 첬B짼청챨째 | 11101100101100101010110001000010111011001010011110111100111011001011001010101101111011001011000110101000111011001010011110111000 | ecb2ac42eca7bcecb2adecb1a8eca7b8 |
UHC | 첬B짼청챨째 | 1100001110111010010000101100001010110010110000111011101111000011101100001100001010110000 | c3ba42c2b2c3bbc3b0c2b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)