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 | ???A??? | 00111111001111110011111101000001001111110011111100111111 | 3f3f3f413f3f3f |
SJIS-WIN | ???A??? | 00111111001111110011111101000001001111110011111100111111 | 3f3f3f413f3f3f |
EUC-JP | ???A??? | 00111111001111110011111101000001001111110011111100111111 | 3f3f3f413f3f3f |
UTF-8 | 청짼혣A청혷짯 | 11101100101100101010110111101100101001111011110011101101100110001010001101000001111011001011001010101101111011011001100010110111111011001010011110101111 | ecb2adeca7bced98a341ecb2aded98b7eca7af |
UHC | 청짼혣A청혷짯 | 11000011101110111100001010110010110000101000110001000001110000111011101111000010100111101100001010101101 | c3bbc2b2c28c41c3bbc29ec2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)