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 | ??yz??yzB | 001111110011111101111001011110100011111100111111011110010111101001000010 | 3f3f797a3f3f797a42 |
SJIS-WIN | 偲爾yz偲爾yzB | 10001110110000111000111010100010011110010111101010001110110000111000111010100010011110010111101001000010 | 8ec38ea2797a8ec38ea2797a42 |
EUC-JP | 偲爾yz偲爾yzB | 10111100110001011011110010100100011110010111101010111100110001011011110010100100011110010111101001000010 | bcc5bca4797abcc5bca4797a42 |
UTF-8 | 偲爾yz偲爾yzB | 1110010110000001101100101110011110001000101111100111100101111010111001011000000110110010111001111000100010111110011110010111101001000010 | e581b2e788be797ae581b2e788be797a42 |
UHC | ?爾yz?爾yzB | 0011111111101100101100110111100101111010001111111110110010110011011110010111101001000010 | 3fecb3797a3fecb3797a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)