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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 絶??額??\ | 100100001110001000111111001111111000101001111010001111110011111101011100 | 90e23f3f8a7a3f3f5c |
EUC-JP | 絶??額??\ | 110000001110010000111111001111111011001111011011001111110011111101011100 | c0e43f3fb3db3f3f5c |
UTF-8 | 絶귡쓾額뺞븨\ | 11100111101101011011011011101010101101111010000111101100100100111011111011101001101000011000110111101011101110101001111011101011101110001010100001011100 | e7b5b6eab7a1ec93bee9a18debba9eebb8a85c |
UHC | 絶귡쓾額뺞븨\ | 11101111101111101000001011101001100111011001100111100100111111101001010111100110100101011001000101011100 | efbe82e99d99e4fe95e695915c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)