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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 詠燿k | 100010010111001011100000101000001000001010001011 | 8972e0a0828b |
EUC-JP | 詠燿k | 101100011101001111100000101000101010001111101011 | b1d3e0a2a3eb |
UTF-8 | 詠燿k | 111010001010100110100000111001111000011110111111111011111011110110001011 | e8a9a0e787bfefbd8b |
UHC | 詠燿k | 111001111100100111101000111111001010001111101011 | e7c9e8fca3eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)