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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 琮磐??濟 | 1111101101101010100101001101011000111111001111111110000001011010 | fb6a94d63f3fe05a |
EUC-JP | 琮磐??濟 | 100011111100110010110010110010001101100000111111001111111101111110111011 | 8fccb2c8d83f3fdfbb |
UTF-8 | 琮磐렰렱濟 | 111001111001000010101110111001111010001110010000111010111010000010110000111010111010000010110001111001101011111110011111 | e790aee7a390eba0b0eba0b1e6bf9f |
UHC | 琮磐렰렱濟 | 11110000111110011101101011110001100011101011110110001110101111101111000010101101 | f0f9daf18ebd8ebef0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)