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 | 1110100110111000100110101110110010001011101010101111101010011101101110010111101101100100 | e9b89aec8baafa9db97b64 |
EUC-JP | 鮑夥喬?ケ{d | 1111001010111010110101001110111010110110101011000011111110001110101110010111101101100100 | f2bad4eeb6ac3f8eb97b64 |
UTF-8 | 鮑夥喬增ケ{d | 1110100110101110100100011110010110100100101001011110010110010110101011001110010110100010100111101110111110111101101110010111101101100100 | e9ae91e5a4a5e596ace5a29eefbdb97b64 |
UHC | 鮑?喬增?{d | 11111000111010100011111111001110111000101111000111110010001111110111101101100100 | f8ea3fcee2f1f23f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)