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 | 蟇堺ア | 111001011010111110001101111001001000001101000001 | e5af8de48341 |
EUC-JP | 蟇堺ア | 111010101011000110111010111001101010010110100010 | eab1bae6a5a2 |
UTF-8 | 蟇堺ア | 111010001001111110000111111001011010000010111010111000111000001010100010 | e89f87e5a0bae382a2 |
UHC | ?堺ア | 0011111111001100111101111010101110100010 | 3fccf7aba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)