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 | ??an??anB | 001111110011111101100001011011100011111100111111011000010110111001000010 | 3f3f616e3f3f616e42 |
SJIS-WIN | ??an??anB | 001111110011111101100001011011100011111100111111011000010110111001000010 | 3f3f616e3f3f616e42 |
EUC-JP | ??an??anB | 001111110011111101100001011011100011111100111111011000010110111001000010 | 3f3f616e3f3f616e42 |
UTF-8 | 셔샷an셔샷anB | 1110110010000101100101001110110010000011101101110110000101101110111011001000010110010100111011001000001110110111011000010110111001000010 | ec8594ec83b7616eec8594ec83b7616e42 |
UHC | 셔샷an셔샷anB | 10111100110001011011110010100110011000010110111010111100110001011011110010100110011000010110111001000010 | bcc5bca6616ebcc5bca6616e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)