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 | 游κ? | 1001111111100000100000111100100000111111 | 9fe083c83f |
EUC-JP | 游κ? | 1101111011100010101001101100101000111111 | dee2a6ca3f |
UTF-8 | 游κ틒 | 1110011010111000101110001100111010111010111011011000101110010010 | e6b8b8cebaed8b92 |
UHC | 游κ틒 | 111010101111110110100101111010101011101010000001 | eafda5eaba81 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)