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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 茗常酋^ | 11100100101010101000111111101101100011110101010101011110 | e4aa8fed8f555e |
EUC-JP | 茗常酋^ | 11101000101011001011111011101111101111011011011001011110 | e8acbeefbdb65e |
UTF-8 | 茗常酋^ | 11101000100011001001011111100101101110001011100011101001100001011000101101011110 | e88c97e5b8b8e9858b5e |
UHC | 茗常酋^ | 11011001101010111101111111001000111101011101110001011110 | d9abdfc8f5dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)