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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | ツ湘、テ{BF | 110000101000111111000011101001001100001110000001011011110100001001000110 | c28fc3a4c3816f4246 |
EUC-JP | ツ湘、テ{BF | 100011101100001010111110110001011000111010100100100011101100001110100001110100000100001001000110 | 8ec2bec58ea48ec3a1d04246 |
UTF-8 | ツ湘、テ{BF | 1110111110111110100000101110011010111001100110001110111110111101101001001110111110111110100000111110111110111101100110110100001001000110 | efbe82e6b998efbda4efbe83efbd9b4246 |
UHC | ?湘??{BF | 001111111101111111001111001111110011111110100011111110110100001001000110 | 3fdfcf3f3fa3fb4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)