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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 狐?駭?? | 10001100110011110011111111101001011011100011111100111111 | 8ccf3fe96e3f3f |
EUC-JP | 狐?駭?? | 10111000110100010011111111110001110011110011111100111111 | b8d13ff1cf3f3f |
UTF-8 | 狐렦駭ㅹ렕 | 111001111000101110010000111010111010000010100110111010011010011110101101111000111000010110111001111010111010000010010101 | e78b90eba0a6e9a7ade385b9eba095 |
UHC | 狐렦駭ㅹ렕 | 11111011110011111000111010110101111110101011010010100100111010011000111010101010 | fbcf8eb5fab4a4e98eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)