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 | 菫茸羚寘情 | 11100100101111111001000111111001111000111011011111111010101010011000111111101110 | e4bf91f9e3b7faa98fee |
EUC-JP | 菫茸羚寘情 | 1110100011000001110000101111101111100110101110011000111110111010111000011011111011110000 | e8c1c2fbe6b98fbae1bef0 |
UTF-8 | 菫茸羚寘情 | 111010001000111110101011111010001000110010111000111001111011111010011010111001011010111110011000111001101000001110000101 | e88fabe88cb8e7be9ae5af98e68385 |
UHC | 菫茸羚?情 | 110100001100101111101001110001111101011010111110001111111110111111010111 | d0cbe9c7d6be3fefd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)