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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | 域ョ?汝?{d | 10001000111001101000001110000111001111111001001111110000001111110111101101100100 | 88e683873f93f03f7b64 |
EUC-JP | 域ョ?汝?{d | 10110000111010001010010111100111001111111100011011110010001111110111101101100100 | b0e8a5e73fc6f23f7b64 |
UTF-8 | 域ョ갓汝쁱{d | 1110010110011111100111111110001110000011101001111110101010110000100100111110011010110001100111011110110010000001101100010111101101100100 | e59f9fe383a7eab093e6b19dec81b17b64 |
UHC | 域ョ갓汝쁱{d | 111001101011010010101011111001111011000010101011111001101010001110011000011100100111101101100100 | e6b4abe7b0abe6a398727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)