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 | 貞弄串 | 100100101110010110011000010011011000101111111000 | 92e5984d8bf8 |
EUC-JP | 貞弄串 | 110001001110011111001111101011101011011011111010 | c4e7cfaeb6fa |
UTF-8 | 貞弄串 | 111010001011001010011110111001011011110010000100111001001011100010110010 | e8b29ee5bc84e4b8b2 |
UHC | 貞弄串 | 111011111111011011010110111001111100110111111010 | eff6d6e7cdfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)