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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 葫燕雨與 | 1110010011010111100010011000110110001001010010101110010001101111 | e4d7898d894ae46f |
EUC-JP | 葫燕雨與 | 1110100011011001101100011110110110110001101010111110011111010000 | e8d9b1edb1abe7d0 |
UTF-8 | 葫燕雨與 | 111010001001000110101011111001111000011110010101111010011001101110101000111010001000100010000111 | e891abe78795e99ba8e88887 |
UHC | 葫燕雨與 | 1111101111011001111001101101100011101001111010111110011010101000 | fbd9e6d8e9ebe6a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)