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 | 邱暮國 | 111001111011011110010101111010011001101010100000 | e7b795e99aa0 |
EUC-JP | 邱暮國 | 111011101011100111001010111010111101010010100010 | eeb9caebd4a2 |
UTF-8 | 邱暮國 | 111010011000001010110001111001101001101010101110111001011001110010001011 | e982b1e69aaee59c8b |
UHC | 邱暮國 | 110011111100100011011001101110101100111111010000 | cfc8d9bacfd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)