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 | 逶也寮鮨 | 1110011110011011100101101110011110010111101111101110100110111101 | e79b96e797bee9bd |
EUC-JP | 逶也寮鮨 | 1110110111111011110011001110100111001110110000001111001010111111 | edfbcce9cec0f2bf |
UTF-8 | 逶也寮鮨 | 111010011000000010110110111001001011100110011111111001011010111110101110111010011010111010101000 | e980b6e4b99fe5afaee9aea8 |
UHC | ?也寮? | 001111111110010110100101110101101111011100111111 | 3fe5a5d6f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)