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 | 嘯?笹 | 1001101010000010001111111000110111111001 | 9a823f8df9 |
EUC-JP | 嘯?笹 | 1101001111100010001111111011101011111011 | d3e23fbafb |
UTF-8 | 嘯令笹 | 111001011001100010101111111011111010011010101000111001111010110010111001 | e598afefa6a8e7acb9 |
UHC | 嘯令笹 | 111000011011000011100111101010011110000110101011 | e1b0e7a9e1ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)