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 | 逋懃劼陋サ | 111001111001100110011100111001111001100110100010111010001001101110111011 | e7999ce799a2e89bbb |
EUC-JP | 逋懃劼陋サ | 11101101111110011101100011101001110100101010010011101111111110111000111010111011 | edf9d8e9d2a4effb8ebb |
UTF-8 | 逋懃劼陋サ | 111010011000000010001011111001101000011110000011111001011000101010111100111010011001100110001011111011111011110110111011 | e9808be68783e58abce9998befbdbb |
UHC | 逋懃?陋? | 1111100011100111110100001100010000111111110101111011000000111111 | f8e7d0c43fd7b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)