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 | 絛躪儔蘯 | 1110001101010101111001110101100010011001010100011110000110111010 | e355e7589951e1ba |
EUC-JP | 絛躪儔蘯 | 1110010110110110111011011011100111010001101100101110001010111100 | e5b6edb9d1b2e2bc |
UTF-8 | 絛躪儔蘯 | 111001111011010110011011111010001011101010101010111001011000010010010100111010001001100010101111 | e7b59be8baaae58494e898af |
UHC | ?躪?? | 0011111111010111111101010011111100111111 | 3fd7f53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)