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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??秩??B | 00111111001111111001001010000001001111110011111101000010 | 3f3f92813f3f42 |
EUC-JP | ??秩??B | 00111111001111111100001111100001001111110011111101000010 | 3f3fc3e13f3f42 |
UTF-8 | 렱렚秩서솟B | 11101011101000001011000111101011101000001001101011100111101001111010100111101100100001001001110011101100100001101001111101000010 | eba0b1eba09ae7a7a9ec849cec869f42 |
UHC | 렱렚秩서솟B | 1000111010111110100011101010110111110010111100011011110010101101101111001101101001000010 | 8ebe8eadf2f1bcadbcda42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)