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 | 聿級勧莨 | 1110001111100100100010111000100110001010101010011110010010111100 | e3e48b898aa9e4bc |
EUC-JP | 聿級勧莨 | 1110011011100110101101011110100110110100101010111110100010111110 | e6e6b5e9b4abe8be |
UTF-8 | 聿級勧莨 | 111010001000000110111111111001111011010010011010111001011000101110100111111010001000111010101000 | e881bfe7b49ae58ba7e88ea8 |
UHC | 聿級?? | 111010111101001111010000111001000011111100111111 | ebd3d0e43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)