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 | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 壯?瀞?@h | 1001101011100001001111111001001111010010001111110100000001101000 | 9ae13f93d23f4068 |
EUC-JP | 壯?瀞?@h | 1101010011100011001111111100011011010100001111110100000001101000 | d4e33fc6d43f4068 |
UTF-8 | 壯렓瀞렕@h | 1110010110100011101011111110101110100000100100111110011110000000100111101110101110100000100101010100000001101000 | e5a3afeba093e7809eeba0954068 |
UHC | 壯렓瀞렕@h | 11101101111000001000111010101000111011111110011110001110101010100100000001101000 | ede08ea8efe78eaa4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)