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 | 闡ッム餓 | 111010001001000110101111110100011000100111101100 | e891afd189ec |
EUC-JP | 闡ッム餓 | 1110111111110001100011101010111110001110110100011011001011101110 | eff18eaf8ed1b2ee |
UTF-8 | 闡ッム餓 | 111010011001011110100001111011111011110110101111111011111011111010010001111010011010010010010011 | e997a1efbdafefbe91e9a493 |
UHC | 闡??餓 | 111101001100010100111111001111111110010010111011 | f4c53f3fe4bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)