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 | ???U??B | 00111111001111110011111101010101001111110011111101000010 | 3f3f3f553f3f42 |
SJIS-WIN | ???U??B | 00111111001111110011111101010101001111110011111101000010 | 3f3f3f553f3f42 |
EUC-JP | ???U??B | 00111111001111110011111101010101001111110011111101000010 | 3f3f3f553f3f42 |
UTF-8 | 창혙혩U혺혮B | 1110110010110000101111011110110110011000100110011110110110011000101010010101010111101101100110001011101011101101100110001010111001000010 | ecb0bded9899ed98a955ed98baed98ae42 |
UHC | 창혙혩U혺혮B | 110000111010001011000010100001001100001010010001010101011100001010011111110000101001010101000010 | c3a2c284c29155c29fc29542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)