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혴챌혯쩐챔챤 | 11101100101100101010110101000010111011011001100010110100111011001011000110001100111011011001100010101111111011001010100110010000111011001011000110010100111011001011000110100100 | ecb2ad42ed98b4ecb18ced98afeca990ecb194ecb1a4 |
UHC | 청B혴챌혯쩐챔챤 | 110000111011101101000010110000101001101111000011101001111100001010010110110000101011111011000011101010001100001110101110 | c3bb42c29bc3a7c296c2bec3a8c3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)