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 | 矜珱獪矜 | 1110000111100000111000001111110011100000110101001110000111100000 | e1e0e0fce0d4e1e0 |
EUC-JP | 矜珱獪矜 | 1110001011100010111000001111111011100000110101101110001011100010 | e2e2e0fee0d6e2e2 |
UTF-8 | 矜珱獪矜 | 111001111001111110011100111001111000111110110001111001111000110110101010111001111001111110011100 | e79f9ce78fb1e78daae79f9c |
UHC | 矜?獪矜 | 11010000111010000011111111111100111010101101000011101000 | d0e83ffcead0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)