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 | 憶??應?? | 1000100110101111001111110011111110011100111001000011111100111111 | 89af3f3f9ce43f3f |
EUC-JP | 憶??應?? | 1011001010110001001111110011111111011000111001100011111100111111 | b2b13f3fd8e63f3f |
UTF-8 | 憶귣뵏應€뿬 | 111001101000011010110110111010101011011110100011111010111011010110001111111001101000011110001001111000101000001010101100111010111011111110101100 | e686b6eab7a3ebb58fe68789e282acebbfac |
UHC | 憶귣뵏應€뿬 | 111001011110001110000010111010111001010010010010111010111110101110100010111001101001011110101100 | e5e382eb9492ebeba2e697ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)