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 | ルス聟 | 110110011111100111110110101111011110001111011011 | d9f9f6bde3db |
EUC-JP | ル?ス聟 | 10001110110110010011111110001110101111011110011011011101 | 8ed93f8ebde6dd |
UTF-8 | ルス聟 | 111011111011111010011001111011101001110110010001111011111011110110111101111010001000000110011111 | efbe99ee9d91efbdbde8819f |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)