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?????? | 0011111101000010001111110011111100111111001111110011111100111111 | 3f423f3f3f3f3f3f |
SJIS-WIN | ?B?????? | 0011111101000010001111110011111100111111001111110011111100111111 | 3f423f3f3f3f3f3f |
EUC-JP | ?B?????? | 0011111101000010001111110011111100111111001111110011111100111111 | 3f423f3f3f3f3f3f |
UTF-8 | 청B징챈짹혨책쨉 | 11101100101100101010110101000010111011001010011110010101111011001011000110001000111011001010011110111001111011011001100010101000111011001011000110000101111011001010100010001001 | ecb2ad42eca795ecb188eca7b9ed98a8ecb185eca889 |
UHC | 청B징챈짹혨책쨉 | 110000111011101101000010110000101010000111000011101001101100001010110001110000101001000011000011101001011100001010110101 | c3bb42c2a1c3a6c2b1c290c3a5c2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)