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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 軏擾セ難スゥB | 11111011101100101000111111101111101111101001001111101111101111011010100101000010 | fbb28fefbe93efbda942 |
EUC-JP | 軏擾セ難スゥB | 1000111111100000110110011011111011110001100011101011111011000110111100011000111010111101100011101010100101000010 | 8fe0d9bef18ebec6f18ebd8ea942 |
UTF-8 | 軏擾セ難スゥB | 11101000101110111000111111100110100100111011111011101111101111011011111011101001100110111010001111101111101111011011110111101111101111011010100101000010 | e8bb8fe693beefbdbee99ba3efbdbdefbda942 |
UHC | ?擾?難??B | 001111111110100011110110001111111101000111110001001111110011111101000010 | 3fe8f63fd1f13f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)