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 | 闡餓桴奛壼т | 111010001001000110001001111011001001111010001111111110101010000110011010111001011000010010000100 | e89189ec9e8ffaa19ae58484 |
EUC-JP | 闡餓桴奛壼т | 11101111111100011011001011101110110110111110111110001111101110001111011111010100111001111010011111100100 | eff1b2eedbef8fb8f7d4e7a7e4 |
UTF-8 | 闡餓桴奛壼т | 1110100110010111101000011110100110100100100100111110011010100001101101001110010110100101100110111110010110100011101111001101000110000010 | e997a1e9a493e6a1b4e5a59be5a3bcd182 |
UHC | 闡餓???т | 111101001100010111100100101110110011111100111111001111111010110011100100 | f4c5e4bb3f3f3face4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)