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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ?????Ŀ^ | 001111110011111100111111001111110011111110001111101010011010100101011110 | 3f3f3f3f3f8fa9a95e |
UTF-8 | 琉딂뜇琉딅Ŀ^ | 111011111010011110001100111010111001010010000010111010111001110010000111111011111010011110001100111010111001010010000101110001001011111101011110 | efa78ceb9482eb9c87efa78ceb9485c4bf5e |
UHC | 琉딂뜇琉딅Ŀ^ | 11101011101001001000101011101000100011011000101011101011101001001000101011101011101010001010100001011110 | eba48ae88d8aeba48aeba8a85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)