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 | 灌溽眷 | 100111111111001110011111111001111110000111000101 | 9ff39fe7e1c5 |
EUC-JP | 灌溽眷 | 110111101111010111011110111010011110001011000111 | def5dee9e2c7 |
UTF-8 | 灌溽眷 | 111001111000000110001100111001101011101010111101111001111001110010110111 | e7818ce6babde79cb7 |
UHC | 灌?眷 | 1100111010110100001111111100111111101111 | ceb43fcfef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)