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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 擁?ぉ | 1001011101101001001111111000001010100111 | 97693f82a7 |
EUC-JP | 擁?ぉ | 1100110111001010001111111010010010101001 | cdca3fa4a9 |
UTF-8 | 擁뇌ぉ | 111001101001001110000001111010111000011110001100111000111000000110001001 | e69381eb878ce38189 |
UHC | 擁뇌ぉ | 111010001011011010110011111110101010101010101001 | e8b6b3faaaa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)