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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譫晁騒邱 | 1110011010011110100111011110100010010001100110111110011110110111 | e69e9de8919be7b7 |
EUC-JP | 譫晁騒邱 | 1110101111111110110110101110101011000001111110111110111010111001 | ebfedaeac1fbeeb9 |
UTF-8 | 譫晁騒邱 | 111010001010110110101011111001101001100110000001111010011010100010010010111010011000001010110001 | e8adabe69981e9a892e982b1 |
UHC | ?晁?邱 | 001111111111000011000101001111111100111111001000 | 3ff0c53fcfc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)