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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 甑????? | 10001101100110010011111100111111001111110011111100111111 | 8d993f3f3f3f3f |
EUC-JP | 甑?沅??? | 101110011111100100111111100011111100011011101001001111110011111100111111 | b9f93f8fc6e93f3f3f |
UTF-8 | 甑렋沅숄렰렕 | 111001111001010010010001111010111010000010001011111001101011001010000101111011001000100010000100111010111010000010110000111010111010000010010101 | e79491eba08be6b285ec8884eba0b0eba095 |
UHC | 甑렋沅숄렰렕 | 111100011111011110001110101000101110101010110110101111001111000110001110101111011000111010101010 | f1f78ea2eab6bcf18ebd8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)