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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 撓????? | 10011101100110100011111100111111001111110011111100111111 | 9d9a3f3f3f3f3f |
EUC-JP | 撓??堉?? | 110110011111101000111111001111111000111110110111111111010011111100111111 | d9fa3f3f8fb7fd3f3f |
UTF-8 | 撓뉖봿堉먲쭓 | 111001101001001010010011111010111000100110010110111010111011010010111111111001011010000010001001111010111010100010110010111011001010110110010011 | e69293eb8996ebb4bfe5a089eba8b2ecad93 |
UHC | 撓뉖봿堉먲쭓 | 111010001111010110000111111010111001010010000110111010111011110010010000111011111010011110001011 | e8f587eb9486ebbc90efa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)