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 | ??吟?矮 | 00111111001111111000101111100001001111111110000111100010 | 3f3f8be13fe1e2 |
EUC-JP | ??吟?矮 | 00111111001111111011011011100011001111111110001011100100 | 3f3fb6e33fe2e4 |
UTF-8 | 亐렕吟렞矮 | 111001001011101010010000111010111010000010010101111001011001000010011111111010111010000010011110111001111001111110101110 | e4ba90eba095e5909feba09ee79fae |
UHC | 亐렕吟렞矮 | 11101010101001111000111010101010111010111110000110001110101011111110100011100001 | eaa78eaaebe18eafe8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)