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 | ????t | 0011111100111111001111110011111101110100 | 3f3f3f3f74 |
SJIS-WIN | 腫?珥?t | 10001110111011100011111111100000111000000011111101110100 | 8eee3fe0e03f74 |
EUC-JP | 腫?珥?t | 10111100111100000011111111100000111000100011111101110100 | bcf03fe0e23f74 |
UTF-8 | 腫렓珥렮t | 11101000100001011010101111101011101000001001001111100111100011111010010111101011101000001010111001110100 | e885abeba093e78fa5eba0ae74 |
UHC | 腫렓珥렮t | 111100001111111010001110101010001110110010110100100011101011101101110100 | f0fe8ea8ecb48ebb74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)