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 | 餘?=癲 | 11101001010100000011111110000001100000011110000110011111 | e9503f8181e19f |
EUC-JP | 餘?=癲 | 11110001101100010011111110100001111000011110001010100001 | f1b13fa1e1e2a1 |
UTF-8 | 餘욃=癲 | 111010011010010010011000111011001001101010000011111011111011110010011101111001111001100110110010 | e9a498ec9a83efbc9de799b2 |
UHC | 餘욃=癲 | 1110011010101110100111101110010110100011101111011110111110100110 | e6ae9ee5a3bdefa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)