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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 虞?壯??斐 | 100010111111000100111111100110101110000100111111001111111001010011100011 | 8bf13f9ae13f3f94e3 |
EUC-JP | 虞?壯??斐 | 101101101111001100111111110101001110001100111111001111111100100011100101 | b6f33fd4e33f3fc8e5 |
UTF-8 | 虞렏壯렒뤋斐 | 111010001001100110011110111010111010000010001111111001011010001110101111111010111010000010010010111010111010010010001011111001101001011010010000 | e8999eeba08fe5a3afeba092eba48be69690 |
UHC | 虞렏壯렒뤋斐 | 111010011110010110001110101001011110110111100000100011101010011110001111101110111101110111101100 | e9e58ea5ede08ea78fbbddec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)