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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 溜곈젾溜계렋^ | 11101111101001111000101111101010101100111000100011101100101000001011111011101111101001111000101111101010101100111000010011101011101000001000101101011110 | efa78beab388eca0beefa78beab384eba08b5e |
UHC | 溜곈젾溜계렋^ | 11101010111111101011000011101001101000001011000011101010111111101011000011101000100011101010001001011110 | eafeb0e9a0b0eafeb0e88ea25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)