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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 製?訂?矮?B | 10010000101110110011111110010010111110010011111111100001111000100011111101000010 | 90bb3f92f93fe1e23f42 |
EUC-JP | 製?訂?矮?B | 11000000101111010011111111000100111110110011111111100010111001000011111101000010 | c0bd3fc4fb3fe2e43f42 |
UTF-8 | 製렩訂렦矮렣B | 11101000101000111011110111101011101000001010100111101000101010001000001011101011101000001010011011100111100111111010111011101011101000001010001101000010 | e8a3bdeba0a9e8a882eba0a6e79faeeba0a342 |
UHC | 製렩訂렦矮렣B | 11110000101100101000111010110111111011111111010010001110101101011110100011100001100011101011010001000010 | f0b28eb7eff48eb5e8e18eb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)