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 | 阮帛族 | 111010001001011010011011111001011001000110110000 | e8969be591b0 |
EUC-JP | 阮帛族 | 111011111111011011010110111001111100001010110010 | eff6d6e7c2b2 |
UTF-8 | 阮帛族 | 111010011001100010101110111001011011100010011011111001101001011110001111 | e998aee5b89be6978f |
UHC | 阮帛族 | 111010001101011011011011110110011111000011101001 | e8d6dbd9f0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)