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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 闡餓桴奛 | 1110100010010001100010011110110010011110100011111111101010100001 | e89189ec9e8ffaa1 |
EUC-JP | 闡餓桴奛 | 111011111111000110110010111011101101101111101111100011111011100011110111 | eff1b2eedbef8fb8f7 |
UTF-8 | 闡餓桴奛 | 111010011001011110100001111010011010010010010011111001101010000110110100111001011010010110011011 | e997a1e9a493e6a1b4e5a59b |
UHC | 闡餓?? | 111101001100010111100100101110110011111100111111 | f4c5e4bb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)