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 | ????件 | 001111110011111100111111001111111000110010001111 | 3f3f3f3f8c8f |
EUC-JP | ????件 | 001111110011111100111111001111111011011111101111 | 3f3f3f3fb7ef |
UTF-8 | 롇렗롗뤔件 | 111010111010000110000111111010111010000010010111111010111010000110010111111010111010010010010100111001001011101110110110 | eba187eba097eba197eba494e4bbb6 |
UHC | 롇렗롗뤔件 | 10001110110011011000111010101100100011101101101110001111110001001100101111101100 | 8ecd8eac8edb8fc4cbec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)