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 | 簔モ。簔モ。^ | 111000101100000111010011101000011110001011000001110100111010000101011110 | e2c1d3a1e2c1d3a15e |
EUC-JP | 簔モ。簔モ。^ | 11100100110000111000111011010011100011101010000111100100110000111000111011010011100011101010000101011110 | e4c38ed38ea1e4c38ed38ea15e |
UTF-8 | 簔モ。簔モ。^ | 11100111101100001001010011101111101111101001001111101111101111011010000111100111101100001001010011101111101111101001001111101111101111011010000101011110 | e7b094efbe93efbda1e7b094efbe93efbda15e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)