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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 吟?瀞?] | 10001011111000010011111110010011110100100011111101011101 | 8be13f93d23f5d |
EUC-JP | 吟?瀞?] | 10110110111000110011111111000110110101000011111101011101 | b6e33fc6d43f5d |
UTF-8 | 吟렞瀞태] | 11100101100100001001111111101011101000001001111011100111100000001001111011101101100000111001110001011101 | e5909feba09ee7809eed839c5d |
UHC | 吟렞瀞태] | 111010111110000110001110101011111110111111100111110001011100001001011101 | ebe18eafefe7c5c25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)