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 | 阮帛妾 | 111010001001011010011011111001011000111110101000 | e8969be58fa8 |
EUC-JP | 阮帛妾 | 111011111111011011010110111001111011111010101010 | eff6d6e7beaa |
UTF-8 | 阮帛妾 | 111010011001100010101110111001011011100010011011111001011010011010111110 | e998aee5b89be5a6be |
UHC | 阮帛妾 | 111010001101011011011011110110011111010011011101 | e8d6dbd9f4dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)